Skip to content

Commit

Permalink
Fix functional/rpc_dumptxoutset.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
janus committed May 5, 2024
1 parent db07eb0 commit a7daad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rpc_dumptxoutset.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_test(self):
'bb5a2be762988a5d08c787c82e1e782efb6cf1a0544e95dbcb1cab338e510c8b')

assert_equal(
out['txoutset_hash'], '1f1493bf052e2c0fdd637c2fa3067bc2b36df0a6a9deffda60cf5d9698f990e6')
out['txoutset_hash'], 'accd33eb0199de6727cb6e5f5c3d14e9a543163818ed75fcc3b65626c13c4df7')
assert_equal(out['nchaintx'], 101)

# Specifying a path to an existing or invalid file will fail.
Expand Down

0 comments on commit a7daad0

Please sign in to comment.