We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e5bd5 commit 7949345Copy full SHA for 7949345
test/HookSwaps.t.sol
@@ -157,7 +157,6 @@ contract HookSwapsTest is EulerSwapTestBase {
157
158
/// @dev initializing a new pool on an existing eulerswap instance will revert
159
function test_revertSubsequentInitialize() public {
160
- PoolKey memory poolKey = eulerSwap.poolKey();
161
PoolKey memory newPoolKey = eulerSwap.poolKey();
162
newPoolKey.currency0 = CurrencyLibrary.ADDRESS_ZERO;
163
0 commit comments