diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2024-04-22 14:52:40 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2024-05-21 13:57:09 +0200 |
commit | 542e13b2937356810bda2c41be83c3b1675e2f2f (patch) | |
tree | 8dc54747b0b42c96b172429e1bbe5424aca047c5 /test/functional/rpc_dumptxoutset.py | |
parent | 4d8e5edbaa94805be41ae4c8aa2f4bf7aaa276fe (diff) |
rpc: Enhance metadata of the dumptxoutset output
The following data is added:
- A newly introduced utxo set magic
- A version number
- The network magic
- The block height
Diffstat (limited to 'test/functional/rpc_dumptxoutset.py')
-rwxr-xr-x | test/functional/rpc_dumptxoutset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_dumptxoutset.py b/test/functional/rpc_dumptxoutset.py index 9853c11b75..c92c8da357 100755 --- a/test/functional/rpc_dumptxoutset.py +++ b/test/functional/rpc_dumptxoutset.py @@ -43,7 +43,7 @@ class DumptxoutsetTest(BitcoinTestFramework): # UTXO snapshot hash should be deterministic based on mocked time. assert_equal( sha256sum_file(str(expected_path)).hex(), - '3263fc0311ea46415b85513a59ad8fe67806b3cdce66147175ecb9da768d4a99') + '2f775f82811150d310527b5ff773f81fb0fb517e941c543c1f7c4d38fd2717b3') assert_equal( out['txoutset_hash'], 'a0b7baa3bf5ccbd3279728f230d7ca0c44a76e9923fca8f32dbfd08d65ea496a') |