mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-14 17:35:27 -04:00
set deposit tx confirmations from wallet instead of daemon request
This commit is contained in:
parent
f0862b7aeb
commit
adccf27385
6 changed files with 85 additions and 57 deletions
|
@ -1775,7 +1775,7 @@ public class XmrWalletService {
|
|||
if (wallet.getHeight() < xmrConnectionService.getTargetHeight()) wallet.sync();
|
||||
|
||||
// fetch transactions from pool and store to cache
|
||||
// TODO: ideally wallet should sync every poll and then avoid checking pool on fetching txs
|
||||
// TODO: ideally wallet should sync every poll and then avoid updating from pool on fetching txs
|
||||
if (updateTxs) {
|
||||
try {
|
||||
cachedTxs = wallet.getTxs(new MoneroTxQuery().setIncludeOutputs(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue