Skip to content

Commit 18aabda

Browse files
committed
fix: build error
1 parent 5924438 commit 18aabda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/earn/src/instructions/admin/initialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use anchor_spl::{
88
};
99
use cfg_if::cfg_if;
1010
use spl_token_2022::extension::{
11-
default_account_state::DefaultAccountState, // permanent_delegate::PermanentDelegate,
11+
default_account_state::DefaultAccountState, permanent_delegate::PermanentDelegate,
1212
scaled_ui_amount::ScaledUiAmountConfig,
1313
BaseStateWithExtensions,
1414
ExtensionType,

0 commit comments

Comments
 (0)