Skip to content

Commit 8d128a7

Browse files
committed
fix: stack issue
1 parent 97e8294 commit 8d128a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

programs/dynamic-bonding-curve/src/instructions/migration/meteora_damm/meteora_damm_lock_lp_token.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ struct DammAccounts<'c, 'info> {
175175
b_vault_lp_mint: &'c AccountInfo<'info>,
176176
}
177177

178+
#[inline(never)]
178179
fn validate_damm_accounts(accounts: &DammAccounts<'_, '_>) -> Result<()> {
179180
let DammAccounts {
180181
pool,

programs/dynamic-bonding-curve/src/instructions/migration/meteora_damm/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ pub mod meteora_damm_claim_lp_fee;
1212
pub use meteora_damm_claim_lp_fee::*;
1313

1414
mod utils;
15-
use utils::*;

0 commit comments

Comments
 (0)