mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-28 11:12:23 -04:00
Remove mBit from selection (see #271)
This commit is contained in:
parent
0384c683c7
commit
ba64b79d3d
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public class ApplicationPreferences implements Serializable {
|
|||
private static final long serialVersionUID = 7995048077355006861L;
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue