Updated on 2026-08-14
This commit is contained in:
parent
2a18f35a1f
commit
7c2a0198ec
1 changed files with 2 additions and 4 deletions
|
|
@ -167,9 +167,7 @@ public class BtcCashEngine extends CoinEngine {
|
|||
//
|
||||
// return true;
|
||||
|
||||
if(CashAddr.isValidCashAddress(address))
|
||||
return true;
|
||||
return false;
|
||||
return CashAddr.isValidCashAddress(address);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -179,7 +177,7 @@ public class BtcCashEngine extends CoinEngine {
|
|||
|
||||
@Override
|
||||
public Uri getShareWalletUriExplorer() {
|
||||
return Uri.parse((ctx.getBlockchain() == Blockchain.BitcoinCash ? "https://bitcoincash.blockexplorer.com/address/" : "https://testnet.blockexplorer.com/address/") + ctx.getCoinData().getWallet());
|
||||
return Uri.parse("https://bch.btc.com/" + ctx.getCoinData().getWallet());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue