mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
general - Adds default RPC port based on network param
This commit is contained in:
@@ -8,6 +8,11 @@ HTTP_BAD_REQUEST = 400
|
||||
HTTP_NOT_FOUND = 404
|
||||
HTTP_SERVICE_UNAVAILABLE = 503
|
||||
|
||||
# Bitcoin
|
||||
MAINNET_RPC_PORT = 8332
|
||||
TESTNET_RPC_PORT = 18332
|
||||
REGTEST_RPC_PORT = 18443
|
||||
|
||||
# LN general nomenclature
|
||||
IRREVOCABLY_RESOLVED = 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user