Fix devfund url typo

This commit is contained in:
koalasat 2024-08-09 11:32:10 +02:00
parent 8bc7f1d1d1
commit 5a8529f973
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -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)