Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sui/cetus_clmm/sources/pool.move
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ module cetusclmm::pool {
///
/// params
/// - `config` The global config object of clmm package.
/// - `pool' The clmpool object.
/// - `pool` The clmpool object.
/// - `position_nft` "clmm" uses NFTs to hold positions, which we call "position_nft".
/// It serves as the unique authority representing the position. If you transfer it to another address,
/// it means that you have also transferred the position to that address.
Expand All @@ -379,7 +379,7 @@ module cetusclmm::pool {
///
/// params
/// - `config` The global config object of clmm package.
/// - `pool'` The clmmpool object.
/// - `pool` The clmmpool object.
/// - `position_nft` The positon nft object.
/// - `amount` The coin amount which you wan's add to position. the coin type specify by `fix_amount_a`.
/// - `fix_amount_a` Which coin type you want fix amount to add into this position specify by this flag.
Expand Down