We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af964a commit f01c709Copy full SHA for f01c709
not-so-smart-contracts/solana/signer_check/README.md
@@ -18,7 +18,7 @@ fn set_owner(program_id: &Pubkey, new_owner: Pubkey, accounts: &[AccountInfo]) -
18
let mut market = Market::unpack(&market_info.data.borrow())?;
19
20
if &market.owner != current_owner.pubkey {
21
- return Err(InvalidMarketOwner.into());
+ return Err(InvalidMarketOwner.into());
22
}
23
market.owner = new_owner;
24
0 commit comments