mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add missing initCalled.set(true);
This commit is contained in:
parent
a64c11ebe4
commit
755ea4d792
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ public class PersistenceManager<T extends PersistableEnvelope> {
|
|||
throw runtimeException;
|
||||
}
|
||||
|
||||
initCalled.set(true);
|
||||
|
||||
this.persistable = persistable;
|
||||
this.fileName = fileName;
|
||||
this.source = source;
|
||||
|
|
Loading…
Add table
Reference in a new issue