Skip to content

Commit

Permalink
UdarTeam data for issue #85
Browse files Browse the repository at this point in the history
  • Loading branch information
howlbot-integration[bot] authored Nov 4, 2024
1 parent 622fdf0 commit 89d13d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/UdarTeam-Q.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [QA] Useless `initialize()` function.

The `initialize()` function at [NonfungiblePositionManager.sol::103](https://github.com/ronin-chain/katana-v3-contracts/blob/03c80179e04f40d96f06c451ea494bb18f2a58fc/src/periphery/NonfungiblePositionManager.sol#L103) will always revert because the variables `_nextId` and `_nextPoolId` are set by default to `1` at [NonfungiblePositionManager.sol::83](https://github.com/ronin-chain/katana-v3-contracts/blob/03c80179e04f40d96f06c451ea494bb18f2a58fc/src/periphery/NonfungiblePositionManager.sol#L83) and [NonfungiblePositionManager.sol::85](https://github.com/ronin-chain/katana-v3-contracts/blob/03c80179e04f40d96f06c451ea494bb18f2a58fc/src/periphery/NonfungiblePositionManager.sol#L85)

0 comments on commit 89d13d6

Please sign in to comment.