Updated on 2026-08-14
This commit is contained in:
parent
ba96b77e7c
commit
ec2821e222
1 changed files with 5 additions and 3 deletions
|
|
@ -228,10 +228,12 @@ public class EthEngine extends CoinEngine {
|
|||
|
||||
@Override
|
||||
public Uri getShareWalletUri() {
|
||||
if (ctx.getCard().getDenomination() != null) {
|
||||
return Uri.parse("ethereum:" + ctx.getCoinData().getWallet());// + "?value=" + mCard.getDenomination() +"e18");
|
||||
} else {
|
||||
// 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());
|
||||
} else {
|
||||
return Uri.parse(ctx.getCoinData().getWallet());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue