fix warns

This commit is contained in:
Wood
2025-10-04 08:44:07 +08:00
parent bb927628b2
commit 77caa39f0c
5 changed files with 5 additions and 4 deletions
@@ -6,7 +6,7 @@ use crate::streaming::{
event_parser::{
common::EventMetadata,
protocols::pumpswap::{
parser::PUMPSWAP_PROGRAM_ID, PumpSwapGlobalConfigAccountEvent, PumpSwapPoolAccountEvent,
PumpSwapGlobalConfigAccountEvent, PumpSwapPoolAccountEvent,
},
UnifiedEvent,
},
@@ -2,7 +2,7 @@ use solana_sdk::pubkey::Pubkey;
use crate::streaming::event_parser::{
common::{read_u64_le, EventMetadata, EventType, ProtocolType},
core::event_parser::{EventParser, GenericEventParseConfig},
core::event_parser::GenericEventParseConfig,
protocols::raydium_cpmm::{
discriminators, RaydiumCpmmDepositEvent, RaydiumCpmmInitializeEvent, RaydiumCpmmSwapEvent,
RaydiumCpmmWithdrawEvent,