mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 07:15:54 -04:00
do not fix reserved outputs after shut down started
This commit is contained in:
parent
b196b61841
commit
2469d92d14
@ -496,6 +496,7 @@ public class TradeManager implements PersistedDataHost, DecryptedDirectMessageLi
|
||||
}
|
||||
|
||||
// freeze or thaw outputs
|
||||
if (isShutDownStarted) return;
|
||||
xmrWalletService.fixReservedOutputs();
|
||||
|
||||
// reset any available funded address entries
|
||||
|
Loading…
x
Reference in New Issue
Block a user