mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
test: add wtxid in expected_fields for wallet_basic
This commit is contained in:
parent
e8c659a297
commit
a5b66738f1
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue