spl: Add rent sysvar to initialize_market cpi accounts (#582)

This commit is contained in:
Zorro 2021-08-05 20:09:11 -04:00 committed by GitHub
parent 0b077c4b34
commit 48a2e4ad0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -278,4 +278,5 @@ pub struct InitializeMarket<'info> {
pub asks: AccountInfo<'info>,
pub req_q: AccountInfo<'info>,
pub event_q: AccountInfo<'info>,
pub rent: AccountInfo<'info>,
}