Skip to content

Commit

Permalink
fix: Fix cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
quangkeu95 committed Jan 12, 2024
1 parent 62a4238 commit 8d1bf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/amm/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
use crate::curve::curve_type::CurveType;
use crate::curve::fees::PoolFees;
use anchor_lang::prelude::*;
use crate::state::PoolType;

/// Add liquidity event
#[event]
Expand Down

0 comments on commit 8d1bf19

Please sign in to comment.