Skip to content

Commit

Permalink
Fix: rpc_dumptxoutset.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jun 5, 2024
1 parent f0c2897 commit 8d554f3
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 @@ -47,7 +47,7 @@ def run_test(self):
'f150758e2b321b537f31356d1e2d34bda29b72823cd4eeb6fc9cffcd8690e344')

assert_equal(
out['txoutset_hash'], '159651f48a0b0bdfadc9280a7b086b7689ed0898266606091635b7eb483fea5c')
out['txoutset_hash'], '95ee89650dd9a0c63cdf6b7900eee8b1ca973024b3f2305aa9a28ea654d30588')
assert_equal(out['nchaintx'], 2001)

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

0 comments on commit 8d554f3

Please sign in to comment.