Skip to content

Commit

Permalink
Remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kirugan committed Sep 15, 2024
1 parent 6a6d683 commit f2056fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/p2p2core/receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func adaptExecutionResources(er *spec.Receipt_ExecutionResources) *core.Executio
DataAvailability: &core.DataAvailability{
L1Gas: feltToUint64(er.L1Gas),
L1DataGas: feltToUint64(er.L1DataGas),
}, // todo(kirill) recheck
},
MemoryHoles: uint64(er.MemoryHoles),
Steps: uint64(er.Steps), // todo SPEC 32 -> 64 bytes
TotalGasConsumed: &core.GasConsumed{
Expand Down

0 comments on commit f2056fd

Please sign in to comment.