tests: Add testnet4 default port

This commit is contained in:
ShahanaFarooqui 2024-12-02 14:53:36 -08:00
parent f640394ceb
commit e731170cc9

View File

@ -24,6 +24,7 @@ def default_ln_port(network: str) -> int:
"signet": 39735,
"liquid-regtest": 20735,
"liquid": 9735,
"testnet4": 49735,
}
return network_map[network]