Skip to content

Commit 5e450bd

Browse files
committed
verify doesn't have to be a view
1 parent 6aafe89 commit 5e450bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MaglevBase.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ abstract contract MaglevBase is EVCUtil, Ownable {
196196

197197
function verify(uint256 amount0In, uint256 amount1In, uint256 newReserve0, uint256 newReserve1)
198198
internal
199-
view
200199
virtual;
201200

202201
function computeQuote(uint256 amount, bool exactIn, bool asset0IsInput) internal view virtual returns (uint256);

0 commit comments

Comments
 (0)