Skip to content

Commit

Permalink
Fix devfund url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Aug 9, 2024
1 parent 8bc7f1d commit 5a8529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a8529f

Please sign in to comment.