Updated on 2026-08-14

This commit is contained in:
Tangem 2020-07-28 14:21:30 +00:00
commit 7f6a434045
2 changed files with 2 additions and 2 deletions

View file

@ -589,7 +589,7 @@ public class XlmAssetEngine extends CoinEngine {
CompletableObserver payIdObserver = new DisposableCompletableObserver() {
@Override
public void onComplete() {
checkTargetAccountCreated(blockchainRequestsCallbacks, targetAddress, amount);
checkTargetAccountCreated(blockchainRequestsCallbacks, coinData.getResolvedPayIdAddress(), amount);
}
@Override

View file

@ -565,7 +565,7 @@ public class XlmEngine extends CoinEngine {
CompletableObserver payIdObserver = new DisposableCompletableObserver() {
@Override
public void onComplete() {
checkTargetAccountCreated(blockchainRequestsCallbacks, targetAddress, amount);
checkTargetAccountCreated(blockchainRequestsCallbacks, coinData.getResolvedPayIdAddress(), amount);
}
@Override