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 ea98410 commit 3937402Copy full SHA for 3937402
basics/rent/pinocchio/program/src/lib.rs
@@ -28,7 +28,7 @@ fn process_instruction(
28
29
log!("Program invoked. Creating a system account...");
30
log!(" New public key will be: ");
31
- pinocchio::pubkey::log(&new_account.key());
+ pinocchio::pubkey::log(new_account.key());
32
33
let rent = Rent {
34
lamports_per_byte_year: DEFAULT_LAMPORTS_PER_BYTE_YEAR,
0 commit comments