From c429f73ae07b0502c4721080a142753f554184ce Mon Sep 17 00:00:00 2001 From: Corentin Mercier Date: Fri, 26 Apr 2024 19:10:47 +0700 Subject: [PATCH] Remove trest.bitcoin.com --- bitcash/network/APIs/BitcoinDotComAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"], }