mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-18 23:06:02 -04:00
Cleanup
This commit is contained in:
parent
e4a54c47f8
commit
cbcab9e5aa
@ -21,7 +21,6 @@ import io.bitsquare.arbitrator.Arbitrator;
|
||||
import io.bitsquare.locale.Country;
|
||||
|
||||
import org.bitcoinj.core.Coin;
|
||||
import org.bitcoinj.utils.MonetaryFormat;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@ -37,11 +36,6 @@ public class AccountSettings implements Serializable {
|
||||
private List<Country> acceptedCountryLocales = new ArrayList<>();
|
||||
private List<Arbitrator> acceptedArbitrators = new ArrayList<>();
|
||||
|
||||
// needed for persistence
|
||||
private String btcDenominationString = MonetaryFormat.CODE_BTC;
|
||||
private Boolean useAnimationsBoolean = true;
|
||||
private Boolean useEffectsBoolean = true;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user