mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
dynamics...
This commit is contained in:
parent
0a264a97c5
commit
dcd7f312a5
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class SimplexAPI {
|
|||
// final Map<String, dynamic> lol =
|
||||
// Map<String, dynamic>.from(jsonArray as Map);
|
||||
|
||||
String? cryptoAmount = jsonArray['digital_money']?['amount'] as String?;
|
||||
double? cryptoAmount = jsonArray['digital_money']?['amount'] as double?;
|
||||
|
||||
if (cryptoAmount == null) {
|
||||
String error = jsonArray['error'] as String;
|
||||
|
|
Loading…
Reference in a new issue