diff --git a/bitcash/network/APIs/BitcoinDotComAPI.py b/bitcash/network/APIs/BitcoinDotComAPI.py index 24817b7..f38597e 100644 --- a/bitcash/network/APIs/BitcoinDotComAPI.py +++ b/bitcash/network/APIs/BitcoinDotComAPI.py @@ -33,7 +33,7 @@ def __init__(self, network_endpoint: str): # Default endpoints to use for this interface DEFAULT_ENDPOINTS = { "mainnet": ["https://rest.bch.actorforth.org/v2/"], - "testnet": ["https://trest.bitcoin.com/v2/"], + "testnet": [], "regtest": ["http://localhost:12500/v2/"], }