Skip to content

Commit 4db31a0

Browse files
committed
Update import
1 parent 2bc848a commit 4db31a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

p-token/src/processor/unwrap_lamports.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
use {
22
super::validate_owner,
33
crate::processor::{check_account_owner, unpack_amount},
4-
pinocchio::{account_info::AccountInfo, program_error::ProgramError, ProgramResult},
4+
pinocchio::{
5+
account_info::AccountInfo, hint::likely, program_error::ProgramError, ProgramResult,
6+
},
57
pinocchio_token_interface::{
68
error::TokenError,
7-
likely,
89
state::{account::Account, load_mut},
910
},
1011
};

0 commit comments

Comments
 (0)