Skip to content

Commit

Permalink
dex: fix comment on state key roughpl
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Jan 28, 2025
1 parent cb5c7d1 commit abcc69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/dex/src/state_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pub mod lqt {
/// The pair is always connected by the staking token, which is the implicit numeraire.
///
/// # Encoding
/// The full key is encoded as: `prefix || asset || BE(volume)`
/// The full key is encoded as: `prefix || asset || BE(!volume)`
pub(crate) fn _key(
epoch_index: u64,
asset: &asset::Id,
Expand Down

0 comments on commit abcc69a

Please sign in to comment.