Updated on 2026-08-14

This commit is contained in:
Tangem 2020-03-17 12:42:18 +00:00
commit f7dee48499
9 changed files with 13 additions and 43 deletions

View file

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