Skip to content

Commit 4d9b8be

Browse files
committed
Update lib.rs
1 parent 46031be commit 4d9b8be

File tree

1 file changed

+1
-1
lines changed
  • basics/create-account/pinocchio/program/src

1 file changed

+1
-1
lines changed

basics/create-account/pinocchio/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn process_instruction(
2525

2626
log!("Program invoked. Creating a system account...");
2727
log!(" New public key will be:");
28-
pinocchio::pubkey::log(&new_account.key());
28+
pinocchio::pubkey::log(new_account.key());
2929

3030
CreateAccount {
3131
from: payer,

0 commit comments

Comments
 (0)