Skip to content

Commit

Permalink
Update devfund donation pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Oct 11, 2023
1 parent 8f0ce34 commit 46cfa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def send_devfund_donation(order_id, proceeds, reason):
)
else:
target_pubkey = (
"0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e"
"02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7"
)

order = Order.objects.get(id=order_id)
Expand Down

0 comments on commit 46cfa00

Please sign in to comment.