Skip to content

Commit 843902b

Browse files
Small fixes
Co-authored-by: Samuel Moelius <[email protected]>
1 parent f01c709 commit 843902b

File tree

1 file changed

+1
-1
lines changed
  • not-so-smart-contracts/solana/ownership_check

1 file changed

+1
-1
lines changed

not-so-smart-contracts/solana/ownership_check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ fn set_owner(program_id: &Pubkey, new_owner: Pubkey, accounts: &[AccountInfo]) -
3636
return Err(ProgramError::IncorrectProgramId);
3737
}
3838
```
39-
For further reading on different forms of account verification in Solana and implementation refer to the [Solana Cookbook](https://solanacookbook.com/references/programs.html#how-to-verify-accounts)
39+
For further reading on different forms of account verification in Solana and implementation refer to the [Solana Cookbook](https://solanacookbook.com/references/programs.html#how-to-verify-accounts).

0 commit comments

Comments
 (0)