remove some logs

This commit is contained in:
musitdev 2023-11-06 11:36:53 +01:00
parent 320efb4992
commit 910201890e
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ path = "bin/read_stake_export.rs"
name = "stakehistory"
path = "bin/stakehistory.rs"
[[bin]]
name = "sysvaraccount"
path = "bin/sysvaraccount.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -195,7 +195,7 @@ async fn run_loop<F: Interceptor>(mut client: GeyserGrpcClient<F>) -> anyhow::Re
owner: vec![
solana_sdk::stake::program::ID.to_string(),
solana_sdk::vote::program::ID.to_string(),
// solana_sdk::sysvar::stake_history::ID.to_string(),
solana_sdk::sysvar::stake_history::ID.to_string(),
// solana_sdk::system_program::ID.to_string(),
],
filters: vec![],