mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
test: remove unnecessary assignment in bdb
This commit is contained in:
parent
b847f49717
commit
c9095b738f
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ def dump_leaf_page(data):
|
|||
page_info['pgno'] = pgno
|
||||
page_info['prev_pgno'] = prev_pgno
|
||||
page_info['next_pgno'] = next_pgno
|
||||
page_info['entries'] = entries
|
||||
page_info['hf_offset'] = hf_offset
|
||||
page_info['level'] = level
|
||||
page_info['pg_type'] = pg_type
|
||||
|
|
Loading…
Add table
Reference in a new issue