Skip to content

Commit

Permalink
Update pool aum
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Nov 18, 2024
1 parent b3fb19d commit 63f9106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ mod adrena_abi {
) -> Result<()> {
Ok(())
}

pub fn update_pool_aum(ctx: Context<UpdatePoolAum>) -> Result<u128> {
Ok(0)
}
}

#[derive(Accounts)]
Expand Down

0 comments on commit 63f9106

Please sign in to comment.