Skip to content

Commit

Permalink
📝 Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed May 4, 2022
1 parent 197ba0b commit 8617655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/DSTestPlus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract DSTestPlus is DSTest {
gas(), // Pass along all the gas in the call.
0x04, // Call the identity precompile address.
brutalizeWith, // Offset is the bytes' pointer.
64, // Copy enough to fill only the scratch space.
64, // Copy enough to only fill the scratch space.
0, // Store the return value in the scratch space.
64 // Scratch space is only 64 bytes in size, we don't want to write further.
)
Expand Down

0 comments on commit 8617655

Please sign in to comment.