Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit c80a15f

Browse files
committed
remove unused line
1 parent 534e4b1 commit c80a15f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

evm/forge/tests/MatchingEngine.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ contract MatchingEngineTest is Test {
132132
function setUp() public {
133133
// Set core bridge messageFee > 0
134134
vm.store(address(wormhole), bytes32(uint256(WORMHOLE_MESSAGE_FEE_STORAGE_SLOT)), bytes32(uint256(WORMHOLE_MESSAGE_FEE)));
135-
uint256 messageFee = wormhole.messageFee();
136135
vm.startPrank(makeAddr("owner"));
137136
engine = deployProxy(USDC_ADDRESS, address(wormhole), CIRCLE_BRIDGE.fromUniversalAddress());
138137

0 commit comments

Comments
 (0)