Skip to content

Commit

Permalink
It's been a long day
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordQ authored and richardkiss committed May 28, 2021
1 parent a76f562 commit 5189f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycoin/services/blockchain_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, netcode):
elif netcode == "XTN":
self.api_domain = "https://testnet.blockchain.info"
elif netcode == "BCH":
self.api_domain "http://api.blockchain.info/bch"
self.api_domain = "http://api.blockchain.info/bch"
else:
raise ValueError("unsupported netcode %s" % netcode)

Expand Down

0 comments on commit 5189f28

Please sign in to comment.