mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
merge dopersist fix
This commit is contained in:
parent
2d3706f4d7
commit
d2010c6088
@ -163,7 +163,7 @@ public final class Preferences implements Persistable {
|
|||||||
transient private final String btcNodesFromOptions;
|
transient private final String btcNodesFromOptions;
|
||||||
transient private final String useTorFlagFromOptions;
|
transient private final String useTorFlagFromOptions;
|
||||||
@Setter
|
@Setter
|
||||||
transient private boolean doPersist = true;
|
transient private boolean doPersist;
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user