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 46031be commit 4d9b8beCopy full SHA for 4d9b8be
basics/create-account/pinocchio/program/src/lib.rs
@@ -25,7 +25,7 @@ fn process_instruction(
25
26
log!("Program invoked. Creating a system account...");
27
log!(" New public key will be:");
28
- pinocchio::pubkey::log(&new_account.key());
+ pinocchio::pubkey::log(new_account.key());
29
30
CreateAccount {
31
from: payer,
0 commit comments