mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 11:46:11 -04:00
Cleanup
This commit is contained in:
parent
e4a54c47f8
commit
cbcab9e5aa
1 changed files with 0 additions and 6 deletions
|
@ -21,7 +21,6 @@ import io.bitsquare.arbitrator.Arbitrator;
|
||||||
import io.bitsquare.locale.Country;
|
import io.bitsquare.locale.Country;
|
||||||
|
|
||||||
import org.bitcoinj.core.Coin;
|
import org.bitcoinj.core.Coin;
|
||||||
import org.bitcoinj.utils.MonetaryFormat;
|
|
||||||
|
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
@ -37,11 +36,6 @@ public class AccountSettings implements Serializable {
|
||||||
private List<Country> acceptedCountryLocales = new ArrayList<>();
|
private List<Country> acceptedCountryLocales = new ArrayList<>();
|
||||||
private List<Arbitrator> acceptedArbitrators = 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
|
// Constructor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue