per-asset fees
This commit is contained in:
@@ -304,7 +304,7 @@ contract GasTest is Test {
|
||||
|
||||
for (uint256 k = 0; k < iterations; k++) {
|
||||
// Mint LP by providing single-token input; receive LP minted
|
||||
uint256 minted = testPool.swapMint(alice, alice, 0, input, 0);
|
||||
(, uint256 minted, ) = testPool.swapMint(alice, alice, 0, input, 0);
|
||||
// If nothing minted (numerical edge), skip burn step
|
||||
if (minted == 0) continue;
|
||||
// Immediately burn the minted LP back to _tokens, targeting the same token index
|
||||
|
||||
Reference in New Issue
Block a user