mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix indent
This commit is contained in:
parent
3c973bf8b1
commit
cdb57e4fce
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def serialize_header(header_dict: dict) -> str:
|
|||
s = int_to_hex(header_dict['version'], 4) \
|
||||
+ rev_hex(header_dict['prev_block_hash']) \
|
||||
+ rev_hex(header_dict['merkle_root']) \
|
||||
+ rev_hex(res.get('claim_trie_root'))
|
||||
+ rev_hex(res.get('claim_trie_root')) \
|
||||
+ int_to_hex(int(header_dict['timestamp']), 4) \
|
||||
+ int_to_hex(int(header_dict['bits']), 4) \
|
||||
+ int_to_hex(int(header_dict['nonce']), 4)
|
||||
|
|
Loading…
Add table
Reference in a new issue