From 46cfa008b105ca49afc02eb490233a0d598608b4 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 11 Oct 2023 02:54:11 -0700 Subject: [PATCH] Update devfund donation pubkey --- api/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tasks.py b/api/tasks.py index 35463af81..fa3cdb9f0 100644 --- a/api/tasks.py +++ b/api/tasks.py @@ -105,7 +105,7 @@ def send_devfund_donation(order_id, proceeds, reason): ) else: target_pubkey = ( - "0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e" + "02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7" ) order = Order.objects.get(id=order_id)