mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Fix missing argument in test class
This commit is contained in:
parent
8a5ba9487d
commit
1f1d7a31c6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class PreferenceMakers {
|
|||
lookup.valueOf(btcNodesFromOptions, new SameValueDonor<String>(null)),
|
||||
lookup.valueOf(useTorFlagFromOptions, new SameValueDonor<String>(null)),
|
||||
lookup.valueOf(referralID, new SameValueDonor<String>(null)),
|
||||
null, null, null);
|
||||
null, null, null, null);
|
||||
|
||||
public static final Preferences empty = make(a(Preferences));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue