Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-16 14:52:49 +03:00
parent 1e0f11bcbf
commit 8fa60efcfc
7 changed files with 11 additions and 12 deletions

View file

@ -189,7 +189,7 @@ public class NftTokenEngine extends CoinEngine {
@Override
public Uri getShareWalletUri() {
return Uri.parse("ethereum:" + ctx.getCoinData().getWallet());
return Uri.parse(ctx.getCoinData().getWallet());
}
@Override