Skip to content

Commit

Permalink
fixed return
Browse files Browse the repository at this point in the history
  • Loading branch information
todesstille committed Feb 20, 2024
1 parent efa2b32 commit 90a41a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/mock/gov/BigReturnValueMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ contract BigReturnValueMock {
if (withRevert) {
revert();
} else {
hex"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff";
return
hex"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff";
}
}

Expand Down

0 comments on commit 90a41a3

Please sign in to comment.