Skip to content

Commit

Permalink
Merge pull request #1402 from RoboSats/fix-deb-fund-pubkey-url
Browse files Browse the repository at this point in the history
Fix devfund url typo
  • Loading branch information
KoalaSat authored Aug 10, 2024
2 parents 4c5670d + 5a8529f commit 5fac3db
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 5fac3db

Please sign in to comment.