mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Add testnet4 branch to contrib history script
Testnet4 uses a different default electrum port than testnet.
This commit is contained in:
parent
b118cbb0d6
commit
d5b7a4ffee
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ def main():
|
|||
elif args.network == 'testnet':
|
||||
port = 60001
|
||||
from pycoin.symbols.xtn import network
|
||||
elif args.network == 'testnet4':
|
||||
port = 40001
|
||||
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