mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove mBit from selection (see #271)
This commit is contained in:
parent
0384c683c7
commit
ba64b79d3d
@ -40,7 +40,8 @@ public class ApplicationPreferences implements Serializable {
|
|||||||
private static final long serialVersionUID = 7995048077355006861L;
|
private static final long serialVersionUID = 7995048077355006861L;
|
||||||
private static final Logger log = LoggerFactory.getLogger(ApplicationPreferences.class);
|
private static final Logger log = LoggerFactory.getLogger(ApplicationPreferences.class);
|
||||||
|
|
||||||
private List<String> btcDenominations = Arrays.asList(MonetaryFormat.CODE_BTC, MonetaryFormat.CODE_MBTC);
|
// deactivate mBit for now as most screens are not supporting it yet
|
||||||
|
private List<String> btcDenominations = Arrays.asList(MonetaryFormat.CODE_BTC/*, MonetaryFormat.CODE_MBTC*/);
|
||||||
|
|
||||||
|
|
||||||
// Needed for persistence as Property objects are transient (not serializable)
|
// Needed for persistence as Property objects are transient (not serializable)
|
||||||
|
Loading…
Reference in New Issue
Block a user