Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Sep 27, 2023
1 parent 402bf49 commit 10c6a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ impl LogBuilder {
///
/// contract Storage {
/// uint256 number1 = 1024;
/// uint256 number2 = 115792089237316195423570985008687907853269984665640564039457584007913129639935;
/// uint256 number2 = 115792089237316195423570985008687907853269984665640564039457584007913129639935; // uint256::max
///
/// function retrieve1() public view returns (uint256) {
/// return number1;
Expand Down

0 comments on commit 10c6a59

Please sign in to comment.