Skip to content

Commit 4bb1580

Browse files
authored
Update BlindArb.t.sol (#47)
1 parent 21a666f commit 4bb1580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/strategies/mev-share-uni-arb/contracts/test/BlindArb.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ contract BlindArbTest is Test {
101101
console.log("amount out: %s", amount_out);
102102

103103
arb.executeArb__WETH_token0(address(V2), address(V3), ARB_AMOUNT, 0);
104-
console.log("ARB BALANCE BEFORE: %s", WETH.balanceOf(address(arb)));
104+
console.log("ARB BALANCE AFTER: %s", WETH.balanceOf(address(arb)));
105105

106106
}
107107

0 commit comments

Comments
 (0)