mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
lol....
This commit is contained in:
parent
769edc3bc0
commit
66661a3f90
1 changed files with 2 additions and 2 deletions
|
@ -1087,10 +1087,10 @@ class ElectrumXClient {
|
||||||
(
|
(
|
||||||
txid: entry.key,
|
txid: entry.key,
|
||||||
serialContext:
|
serialContext:
|
||||||
List<String>.from(entry.value["Serial_context"] as List),
|
List<String>.from(entry.value["serial_context"] as List),
|
||||||
// the space after lTags is required lol
|
// the space after lTags is required lol
|
||||||
lTags: List<String>.from(entry.value["lTags "] as List),
|
lTags: List<String>.from(entry.value["lTags "] as List),
|
||||||
coins: List<String>.from(entry.value["Coins"] as List),
|
coins: List<String>.from(entry.value["coins"] as List),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue