mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Merge branch 'netlayer' of https://github.com/mrosseel/bisq-exchange into mrosseel-netlayer
This commit is contained in:
commit
415d02d6d7
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ public final class PreferencesPayload implements PersistableEnvelope {
|
|||
.setDirectoryChooserPath(directoryChooserPath)
|
||||
.setBuyerSecurityDepositAsLong(buyerSecurityDepositAsLong)
|
||||
.setUseAnimations(useAnimations)
|
||||
.setPayFeeInBtc(payFeeInBtc)
|
||||
.addAllBridgeAddresses(bridgeAddresses);
|
||||
.setPayFeeInBtc(payFeeInBtc);
|
||||
Optional.ofNullable(bridgeAddresses).ifPresent(builder::addAllBridgeAddresses);
|
||||
Optional.ofNullable(backupDirectory).ifPresent(builder::setBackupDirectory);
|
||||
Optional.ofNullable(preferredTradeCurrency).ifPresent(e -> builder.setPreferredTradeCurrency((PB.TradeCurrency) e.toProtoMessage()));
|
||||
Optional.ofNullable(offerBookChartScreenCurrencyCode).ifPresent(builder::setOfferBookChartScreenCurrencyCode);
|
||||
|
|
Loading…
Add table
Reference in a new issue