Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslan Tashtanov authored and Aslan Tashtanov committed Apr 26, 2024
1 parent f81748c commit de0b31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepbook/sources/pool/pool.move
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ module deepbook::pool {
}

/// Removes a user's stake.
/// Returns the total amount staked before this epoch and total amount staked during this epoch.
/// Returns the total amount staked before this epoch and the total amount staked during this epoch.
public(package) fun remove_user_stake<BaseAsset, QuoteAsset>(
self: &mut Pool<BaseAsset, QuoteAsset>,
user: address,
Expand Down

0 comments on commit de0b31e

Please sign in to comment.