mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
don't set BTC as default bounded crypto
This commit is contained in:
parent
6b6ef179cc
commit
9f40e11385
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
static Decimal minCrypto = Decimal.parse((0.00000001)
|
||||
.toString()); // lol how to go from double->Decimal more easily?
|
||||
static Decimal maxCrypto = Decimal.parse((10000.00000000).toString());
|
||||
static String boundedCryptoTicker = 'BTC';
|
||||
static String boundedCryptoTicker = '';
|
||||
|
||||
void fiatFieldOnChanged(String value) async {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue