Skip to content

Commit 47fd525

Browse files
committed
evm: missing view
1 parent 5e1216a commit 47fd525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evm/forge/tests/TokenRouter.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ contract TokenRouterTest is Test {
15801580
assertEq(_router.orderToken().balanceOf(address(this)), balanceBefore + redeemed.amount);
15811581
}
15821582

1583-
function _cctpMintLimit() internal returns (uint256 limit) {
1583+
function _cctpMintLimit() internal view returns (uint256 limit) {
15841584
// This is a hack, assuming the burn limit == mint limit.
15851585
return _cctpBurnLimit();
15861586
}

0 commit comments

Comments
 (0)