Skip to content

Commit

Permalink
Use signoff
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcaballerov committed Aug 11, 2022
1 parent 58347aa commit 2aa251e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test('test auction-house instructions', async (t) => {
feePayerBump: feeBump,
treasuryBump: treasuryBump,
sellerFeeBasisPoints: 250,
requiresSignOff: false,
requiresSignOff: true,
canChangeSalePrice: false,
};
const create_ah_instruction = createCreateAuctionHouseInstruction(accounts, args);
Expand Down

0 comments on commit 2aa251e

Please sign in to comment.