Skip to content

Commit

Permalink
lanrebayode77 data for issue #490
Browse files Browse the repository at this point in the history
  • Loading branch information
c4-bot-7 committed Apr 22, 2024
1 parent cbee3cb commit 5f0b708
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/lanrebayode77-Q.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## L1 Misleading comment

https://github.com/code-423n4/2024-04-panoptic/blob/833312ebd600665b577fbd9c03ffa0daf250ed24/contracts/PanopticPool.sol#L1692
``` solidity
// T: totalLiquidityBeforeMint
```
It should be ``` // T: totalLiquidityBeforeBurn``` since it an update function after burning a position not minting.
``` solidity
// T: totalLiquidityBeforeBurn
```

0 comments on commit 5f0b708

Please sign in to comment.