Updated on 2026-08-14

This commit is contained in:
Tangem 2020-06-19 15:38:42 +03:00
parent 9adc203bfc
commit 336b949f31

View file

@ -40,7 +40,7 @@ public class XrpData extends CoinData {
if (B.containsKey("ResolvedPayIdAddress")) resolvedPayIdAddress = B.getString("ResolvedPayIdAddress");
else resolvedPayIdAddress = null;
if (B.containsKey("ResolvedPayIdTag")) resolvedPayIdTag = B.getString("ResolvedPayIdTag");
else resolvedPayIdAddress = null;
else resolvedPayIdTag = null;
}
@Override