mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
add missing definition of COIN
This commit is contained in:
parent
0ddd94b5b3
commit
34360bddfb
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ def block_explorer_URL(config, kind, item):
|
|||
|
||||
def parse_URI(uri):
|
||||
import bitcoin
|
||||
from bitcoin import COIN
|
||||
|
||||
if ':' not in uri:
|
||||
assert bitcoin.is_address(uri)
|
||||
|
|
Loading…
Add table
Reference in a new issue