Skip to content

Commit 3937402

Browse files
committed
Update lib.rs
1 parent ea98410 commit 3937402

File tree

1 file changed

+1
-1
lines changed
  • basics/rent/pinocchio/program/src

1 file changed

+1
-1
lines changed

basics/rent/pinocchio/program/src/lib.rs

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

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

3333
let rent = Rent {
3434
lamports_per_byte_year: DEFAULT_LAMPORTS_PER_BYTE_YEAR,

0 commit comments

Comments
 (0)