From 8d554f336e62373c5a870e3ff847eb4c575df0fb Mon Sep 17 00:00:00 2001 From: meherett Date: Wed, 5 Jun 2024 15:24:09 +0300 Subject: [PATCH] Fix: rpc_dumptxoutset.py test --- test/functional/rpc_dumptxoutset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/rpc_dumptxoutset.py b/test/functional/rpc_dumptxoutset.py index 211dc969cf..447f264e15 100755 --- a/test/functional/rpc_dumptxoutset.py +++ b/test/functional/rpc_dumptxoutset.py @@ -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.