Updated on 2026-08-14
This commit is contained in:
parent
465fe9f6fc
commit
b47ec2786b
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ public class BtcEngine extends CoinEngine {
|
|||
final String txStr = BTCUtils.toHex(txForSend);
|
||||
|
||||
//SoChain request can be found at LtcEngine
|
||||
if (!coinData.isUseBlockcypher()) {
|
||||
if (!coinData.isUseBlockcypher() && ctx.getBlockchain() != Blockchain.BitcoinTestNet) {
|
||||
final ServerApiBlockchainInfo serverApiBlockchainInfo = new ServerApiBlockchainInfo();
|
||||
|
||||
SingleObserver<ResponseBody> responseObserver = new DisposableSingleObserver<ResponseBody>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue