Fix serum3_cancel_order

accidental removal of mut in 20fc9d557a
This commit is contained in:
Christian Kamm 2022-06-27 11:38:55 +02:00
parent 9fc8a5a56a
commit 3eedba67b1
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ pub struct Serum3CancelOrder<'info> {
// These accounts are forwarded directly to the serum cpi call
// and are validated there.
#[account(mut)]
/// CHECK: Validated by the serum cpi call
pub market_bids: UncheckedAccount<'info>,
#[account(mut)]