mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 14:00:35 -04:00
do not fix reserved outputs after shut down started
This commit is contained in:
parent
454fc91298
commit
96eab3d42f
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ public class TradeManager implements PersistedDataHost, DecryptedDirectMessageLi
|
||||||
}
|
}
|
||||||
|
|
||||||
// freeze or thaw outputs
|
// freeze or thaw outputs
|
||||||
|
if (isShutDownStarted) return;
|
||||||
xmrWalletService.fixReservedOutputs();
|
xmrWalletService.fixReservedOutputs();
|
||||||
|
|
||||||
// reset any available funded address entries
|
// reset any available funded address entries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue