Submitted by ZanyBonzy, also found by shaflow2 and oakcobalt
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/sol/SeawaterAMM.sol#L476-L485
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/seawater/src/lib.rs#L938
decrPosition09293696 will not work, breaking SeawaterAMM.sols functionality to decrease position.
SeaWaterAMM.sol holds the decrPosition09293696 which allows for refreshing a positions fees and takes liqiudity from it.
The function takes in various parameters but is missing the pool address parameter.
As can be seen from the decr_position_09293696 function, the pool address must be declared from which liquidity can be taken from its positions.
Calls to the function will always fail, as a result, accessing the decrPosition09293696 function through SeawaterAMM.sol will always fail.
Introduce the pool address parameter:
Context
af-afk (Superposition) confirmed 
0xsomeone (judge) commented:
