Skip to content

Commit a5b6673

Browse files
committed
test: add wtxid in expected_fields for wallet_basic
1 parent e8c659a commit a5b6673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def run_test(self):
668668
"category": baz["category"],
669669
"vout": baz["vout"]}
670670
expected_fields = frozenset({'amount', 'bip125-replaceable', 'confirmations', 'details', 'fee',
671-
'hex', 'time', 'timereceived', 'trusted', 'txid', 'walletconflicts'})
671+
'hex', 'time', 'timereceived', 'trusted', 'txid', 'wtxid', 'walletconflicts'})
672672
verbose_field = "decoded"
673673
expected_verbose_fields = expected_fields | {verbose_field}
674674

0 commit comments

Comments
 (0)