Updated on 2026-08-14
This commit is contained in:
commit
40b881cb09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue