Skip to content

Commit

Permalink
3.2 Gas can be saved in _postOp()
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jan 30, 2024
1 parent 61152d7 commit a3ba421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/BiconomyTokenPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ contract BiconomyTokenPaymaster is
assembly ("memory-safe") {
let offset := context.offset

account := calldataload(context.offset)
account := calldataload(offset)
offset := add(offset, 0x20)

feeToken := calldataload(offset)
Expand Down

0 comments on commit a3ba421

Please sign in to comment.