Updated on 2026-08-14

This commit is contained in:
Tangem 2020-07-28 17:14:22 +03:00
parent a58fc1ed00
commit 5ef3ce4684
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