diff --git a/lib/electrumx_rpc/electrumx_client.dart b/lib/electrumx_rpc/electrumx_client.dart index 19b7ac562..c31a8eac5 100644 --- a/lib/electrumx_rpc/electrumx_client.dart +++ b/lib/electrumx_rpc/electrumx_client.dart @@ -1087,10 +1087,10 @@ class ElectrumXClient { ( txid: entry.key, serialContext: - List.from(entry.value["Serial_context"] as List), + List.from(entry.value["serial_context"] as List), // the space after lTags is required lol lTags: List.from(entry.value["lTags "] as List), - coins: List.from(entry.value["Coins"] as List), + coins: List.from(entry.value["coins"] as List), ), ); }