Updated on 2026-08-14
This commit is contained in:
parent
1e0f11bcbf
commit
8fa60efcfc
7 changed files with 11 additions and 12 deletions
|
|
@ -231,7 +231,7 @@ public class EthEngine extends CoinEngine {
|
|||
// if (ctx.getCard().getDenomination() != null) {
|
||||
// return Uri.parse("ethereum:" + ctx.getCoinData().getWallet());// + "?value=" + mCard.getDenomination() +"e18");
|
||||
if (ctx.getBlockchain() == Blockchain.Ethereum) {
|
||||
return Uri.parse("ethereum:" + ctx.getCoinData().getWallet());
|
||||
return Uri.parse(ctx.getCoinData().getWallet());
|
||||
} else {
|
||||
return Uri.parse(ctx.getCoinData().getWallet());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue