Skip to content

Commit

Permalink
dex(base_liq): add async_trait to BaseLiquidityIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 16, 2024
1 parent 63ae8ab commit 3a42e32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use crate::state_key::engine;
use crate::DirectedTradingPair;
use penumbra_proto::{StateReadProto, StateWriteProto};

#[async_trait]
pub(crate) trait AssetByLiquidityIndex: StateWrite {
/// Update the base liquidity index, used by the DEX engine during path search.
///
Expand Down

0 comments on commit 3a42e32

Please sign in to comment.