This commit is contained in:
julian 2024-06-25 15:31:18 -06:00
parent 769edc3bc0
commit 66661a3f90

View file

@ -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),
), ),
); );
} }