Skip to content

Commit 54aed16

Browse files
committed
rollback BlockStatus Default and PartialEq
1 parent 790c1e1 commit 54aed16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/nakamoto_node/stackerdb_listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub static TEST_IGNORE_SIGNERS: LazyLock<TestFlag<bool>> = LazyLock::new(TestFla
5050
/// waking up to check timeouts?
5151
pub static EVENT_RECEIVER_POLL: Duration = Duration::from_millis(500);
5252

53-
#[derive(Debug, Clone, Default, PartialEq)]
53+
#[derive(Debug, Clone)]
5454
pub struct BlockStatus {
5555
pub responded_signers: HashSet<StacksPublicKey>,
5656
pub gathered_signatures: BTreeMap<u32, MessageSignature>,

0 commit comments

Comments
 (0)