Updated on 2026-08-14
This commit is contained in:
parent
aaf75f5e10
commit
8c7491ba93
7 changed files with 269 additions and 35 deletions
|
|
@ -658,7 +658,7 @@ public class XrpEngine extends CoinEngine {
|
|||
}
|
||||
};
|
||||
|
||||
serverApiPayId.getAddress(targetAddress, observer);
|
||||
serverApiPayId.getAddress(targetAddress, ctx.getBlockchain(), observer);
|
||||
} else {
|
||||
XrpXAddressDecoded xAddressDecoded = XrpXAddressService.Companion.decode(targetAddress);
|
||||
if (xAddressDecoded == null) { // classic address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue