Skip to content

Commit

Permalink
rollback BlockStatus Default and PartialEq
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Jan 31, 2025
1 parent 790c1e1 commit 54aed16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub static TEST_IGNORE_SIGNERS: LazyLock<TestFlag<bool>> = LazyLock::new(TestFla
/// waking up to check timeouts?
pub static EVENT_RECEIVER_POLL: Duration = Duration::from_millis(500);

#[derive(Debug, Clone, Default, PartialEq)]
#[derive(Debug, Clone)]
pub struct BlockStatus {
pub responded_signers: HashSet<StacksPublicKey>,
pub gathered_signatures: BTreeMap<u32, MessageSignature>,
Expand Down

0 comments on commit 54aed16

Please sign in to comment.