mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +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)
|
.setDirectoryChooserPath(directoryChooserPath)
|
||||||
.setBuyerSecurityDepositAsLong(buyerSecurityDepositAsLong)
|
.setBuyerSecurityDepositAsLong(buyerSecurityDepositAsLong)
|
||||||
.setUseAnimations(useAnimations)
|
.setUseAnimations(useAnimations)
|
||||||
.setPayFeeInBtc(payFeeInBtc)
|
.setPayFeeInBtc(payFeeInBtc);
|
||||||
.addAllBridgeAddresses(bridgeAddresses);
|
Optional.ofNullable(bridgeAddresses).ifPresent(builder::addAllBridgeAddresses);
|
||||||
Optional.ofNullable(backupDirectory).ifPresent(builder::setBackupDirectory);
|
Optional.ofNullable(backupDirectory).ifPresent(builder::setBackupDirectory);
|
||||||
Optional.ofNullable(preferredTradeCurrency).ifPresent(e -> builder.setPreferredTradeCurrency((PB.TradeCurrency) e.toProtoMessage()));
|
Optional.ofNullable(preferredTradeCurrency).ifPresent(e -> builder.setPreferredTradeCurrency((PB.TradeCurrency) e.toProtoMessage()));
|
||||||
Optional.ofNullable(offerBookChartScreenCurrencyCode).ifPresent(builder::setOfferBookChartScreenCurrencyCode);
|
Optional.ofNullable(offerBookChartScreenCurrencyCode).ifPresent(builder::setOfferBookChartScreenCurrencyCode);
|
||||||
|
|
Loading…
Add table
Reference in a new issue