Skip to content

Commit

Permalink
add default impl for blockwise spammer
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Nov 20, 2024
1 parent 8408567 commit 812b19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/spammer/blockwise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ use crate::{

use super::{OnTxSent, SpamTrigger, Spammer};

#[derive(Default)]
pub struct BlockwiseSpammer;

impl BlockwiseSpammer {
Expand Down

0 comments on commit 812b19f

Please sign in to comment.