Skip to content

Commit

Permalink
fix: snapshot etl
Browse files Browse the repository at this point in the history
  • Loading branch information
n00m4d committed Nov 6, 2024
1 parent cb15a94 commit 93aaacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plerkle_snapshot/src/bin/solana-snapshot-etl/geyser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl GeyserDumper {
write_version: account.meta.write_version,
}),
slot,
/* is_startup */ false,
/* is_startup */ true,
)?;
self.accounts_count += 1;
if self.accounts_count % 1024 == 0 {
Expand Down

0 comments on commit 93aaacb

Please sign in to comment.