From 73ce2494644525c0b42330e534d6a9c15c70137a Mon Sep 17 00:00:00 2001 From: ss-es <155648797+ss-es@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:52:22 -0400 Subject: [PATCH] da quickfix --- crates/task-impls/src/da.rs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/crates/task-impls/src/da.rs b/crates/task-impls/src/da.rs index 5ccb50e091..e811f7ac7e 100644 --- a/crates/task-impls/src/da.rs +++ b/crates/task-impls/src/da.rs @@ -24,7 +24,7 @@ use hotshot_types::{ block_contents::vid_commitment, election::Membership, network::ConnectedNetwork, - node_implementation::{ConsensusTime, NodeImplementation, NodeType, Versions}, + node_implementation::{NodeImplementation, NodeType, Versions}, signature_key::SignatureKey, storage::Storage, }, @@ -107,12 +107,10 @@ impl, V: Versions> DaTaskState= self.cur_view - 1, + self.cur_view <= view + 1, "Throwing away DA proposal that is more than one view older" );