Skip to content

Commit

Permalink
Fix minor functional tests issue for get_block_json
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Jan 5, 2024
1 parent 355d7ca commit 770ea41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/wallet_submit_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ async def async_test(self):

block_id = node.chainstate_block_id_at_height(1)
block = node.chainstate_get_block_json(block_id)
block = json.loads(block)
timestamp = block['block']['V1']['header']['block_header']['timestamp']['timestamp']

output = await wallet.get_transaction(tx_id)
Expand Down

0 comments on commit 770ea41

Please sign in to comment.