Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-mehany committed Jan 20, 2025
1 parent 6438140 commit 9c47fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/shared/call/CallWithExactGasZKSync.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ library CallWithExactGasZKSync {

// limit our paddedReturndataLen to maxReturnBytes bytes
if (paddedReturndataLen > _maxReturnBytes) {
paddedReturndataLen := _maxReturnBytes;
paddedReturndataLen = _maxReturnBytes;
}

uint256 pubdataPublishedAfter = SYSTEM_CONTEXT_CONTRACT.getCurrentPubdataSpent();
Expand Down

0 comments on commit 9c47fdd

Please sign in to comment.