Skip to content

Commit

Permalink
output tx version in jsonrpc (#950)
Browse files Browse the repository at this point in the history
Co-authored-by: Qi Zhou <[email protected]>
  • Loading branch information
qizhou and Qi Zhou authored Jan 22, 2025
1 parent 286cc29 commit 1d50a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quarkchain/cluster/jsonrpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def tx_encoder(block, i):
"gasTokenId": quantity_encoder(evm_tx.gas_token_id),
"transferTokenStr": token_id_decode(evm_tx.transfer_token_id),
"gasTokenStr": token_id_decode(evm_tx.gas_token_id),
"version": quantity_encoder(evm_tx.version),
"r": quantity_encoder(evm_tx.r),
"s": quantity_encoder(evm_tx.s),
"v": quantity_encoder(evm_tx.v),
Expand Down

0 comments on commit 1d50a52

Please sign in to comment.