Merge pull request #1402 from RoboSats/fix-deb-fund-pubkey-url

Fix devfund url typo
This commit is contained in:
KoalaSat 2024-08-10 16:00:12 +00:00 committed by GitHub
commit 5fac3db775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ def get_devfund_pubkey(network: str) -> str:
""" """
session = get_session() 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: try:
response = session.get(url) response = session.get(url)