mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
tests: Add testnet4 default port
This commit is contained in:
parent
f640394ceb
commit
e731170cc9
@ -24,6 +24,7 @@ def default_ln_port(network: str) -> int:
|
||||
"signet": 39735,
|
||||
"liquid-regtest": 20735,
|
||||
"liquid": 9735,
|
||||
"testnet4": 49735,
|
||||
}
|
||||
return network_map[network]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user