Skip to content

Commit

Permalink
update fulfill exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Vanderwaal committed Jan 26, 2024
1 parent 7b195c6 commit fb3573e
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 73 deletions.
1 change: 1 addition & 0 deletions programs/mmm/src/instructions/vanilla/sol_fulfill_sell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pub struct SolFulfillSell<'info> {
payer = payer,
associated_token::mint = asset_mint,
associated_token::authority = payer,
associated_token::token_program = token_program,
)]
pub payer_asset_account: Box<InterfaceAccount<'info, TokenAccount>>,
/// CHECK: will be used for allowlist checks
Expand Down
3 changes: 0 additions & 3 deletions tests/mmm-deposit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ describe('mmm-deposit', () => {
const [poolData] = await Promise.all([
createPoolWithExampleDepositsUmi(
program,
connection,
[AllowlistKind.mcc],
{
owner: wallet.publicKey,
Expand Down Expand Up @@ -351,7 +350,6 @@ describe('mmm-deposit', () => {
const [poolData] = await Promise.all([
createPoolWithExampleDepositsUmi(
program,
connection,
[AllowlistKind.mcc],
{
owner: wallet.publicKey,
Expand Down Expand Up @@ -397,7 +395,6 @@ describe('mmm-deposit', () => {
it('withdraw buy - should not close pool if reinvest flag is true and pool has nfts', async () => {
const poolData = await createPoolWithExampleDepositsUmi(
program,
connection,
[AllowlistKind.mcc],
{
owner: wallet.publicKey,
Expand Down
Loading

0 comments on commit fb3573e

Please sign in to comment.