mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Add signet support for contrib/history.py
This commit is contained in:
parent
e759547910
commit
44aee1403b
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ def main():
|
|||
elif args.network == 'testnet4':
|
||||
port = 40001
|
||||
from pycoin.symbols.xtn import network
|
||||
elif args.network == 'signet':
|
||||
port = 60601
|
||||
from pycoin.symbols.xtn import network
|
||||
elif args.network == 'mainnet':
|
||||
port = 50001
|
||||
from pycoin.symbols.btc import network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue