mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
split output tx is null while awaiting scheduled tx
This commit is contained in:
parent
2e86d4a62a
commit
bc4d8fc8c2
@ -926,10 +926,8 @@ public class OpenOfferManager implements PeerManager.Listener, DecryptedDirectMe
|
||||
if (earliestUnscheduledTx != null) return earliestUnscheduledTx;
|
||||
}
|
||||
|
||||
// return scheduled tx if already assigned
|
||||
if (openOffer.getScheduledTxHashes() != null) {
|
||||
return xmrWalletService.getWallet().getTx(openOffer.getScheduledTxHashes().get(0));
|
||||
}
|
||||
// return if awaiting scheduled tx
|
||||
if (openOffer.getScheduledTxHashes() != null) return null;
|
||||
|
||||
// cache all transactions including from pool
|
||||
List<MoneroTxWallet> allTxs = xmrWalletService.getWallet().getTxs(new MoneroTxQuery().setIncludeOutputs(true));
|
||||
|
Loading…
Reference in New Issue
Block a user