mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 23:16:49 +00:00
log
This commit is contained in:
@@ -56,8 +56,6 @@ pub fn process_initialize(accounts: &[AccountInfo<'_>], _data: &[u8]) -> Program
|
||||
config.admin = *signer_info.key;
|
||||
config.last_boost = 0;
|
||||
config.fee_collector = *signer_info.key;
|
||||
config.sniper_fee_duration = 0;
|
||||
config.fee_rate = 0;
|
||||
} else {
|
||||
config_info.as_account::<Config>(&ore_api::ID)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user