From 5a8529f9736de26322bdd050c0a73841ebe4f776 Mon Sep 17 00:00:00 2001 From: koalasat Date: Fri, 9 Aug 2024 11:32:10 +0200 Subject: [PATCH] Fix devfund url typo --- api/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/utils.py b/api/utils.py index 66658db2b..10f938c1a 100644 --- a/api/utils.py +++ b/api/utils.py @@ -141,7 +141,7 @@ def get_devfund_pubkey(network: str) -> str: """ session = get_session() - url = "https://raw.githubusercontent.com/RoboSats/robosats/main/devfund_pubey.json" + url = "https://raw.githubusercontent.com/RoboSats/robosats/main/devfund_pubkey.json" try: response = session.get(url)