Skip to content

Commit

Permalink
Merge pull request #33 from 0xPolygonHermez/feature/typo-rom
Browse files Browse the repository at this point in the history
Small typo from rom
  • Loading branch information
krlosMata committed Dec 1, 2023
2 parents d27eea7 + 389db39 commit 5d05f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sm/sm_main/debug/full-tracer.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class FullTracer {
block_number: Number(getVarFromCtx(ctx, true, 'blockNum')),
timestamp: Number(getVarFromCtx(ctx, true, 'timestamp')),
ger: ethers.utils.hexlify(getVarFromCtx(ctx, true, 'gerL1InfoTree')),
block_hash_l1: ethers.utils.hexlify(getVarFromCtx(ctx, true, 'blockchashL1InfoTree')),
block_hash_l1: ethers.utils.hexlify(getVarFromCtx(ctx, true, 'blockHashL1InfoTree')),
gas_used: Number(getVarFromCtx(ctx, true, 'cumulativeGasUsed')),
block_info_root: ethers.utils.hexlify(getVarFromCtx(ctx, true, 'blockInfoSR')),
block_hash: ethers.utils.hexlify(fea2scalar(ctx.Fr, ctx.SR)),
Expand Down

0 comments on commit 5d05f2d

Please sign in to comment.