mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-08 06:04:09 +00:00
Merge pull request #1402 from RoboSats/fix-deb-fund-pubkey-url
Fix devfund url typo
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user