Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-02 12:15:59 +00:00
commit 46a24f54ec

View file

@ -141,7 +141,7 @@ public class BtcCashEngine extends CoinEngine {
@Override
public Uri getWalletExplorerUri() {
return Uri.parse("https://bch.btc.com/" + ctx.getCoinData().getWallet());
return Uri.parse("https://explorer.bitcoin.com/bch/address/" + ctx.getCoinData().getWallet());
}
@Override