|
|
|
@ -668,7 +668,7 @@ class WalletTest(BitcoinTestFramework):
|
|
|
|
|
"category": baz["category"],
|
|
|
|
|
"vout": baz["vout"]}
|
|
|
|
|
expected_fields = frozenset({'amount', 'bip125-replaceable', 'confirmations', 'details', 'fee',
|
|
|
|
|
'hex', 'time', 'timereceived', 'trusted', 'txid', 'walletconflicts'})
|
|
|
|
|
'hex', 'time', 'timereceived', 'trusted', 'txid', 'wtxid', 'walletconflicts'})
|
|
|
|
|
verbose_field = "decoded"
|
|
|
|
|
expected_verbose_fields = expected_fields | {verbose_field}
|
|
|
|
|
|
|
|
|
|