Skip to content

Commit

Permalink
merge current proposal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Dec 14, 2023
1 parent 6373b81 commit bd192d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/hotshot/src/traits/networking/web_server_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ struct Inner<TYPES: NodeType> {
/// Task map for transactions
txn_task_map: Arc<RwLock<TaskMap<TYPES::SignatureKey>>>,
/// Task polling for current propsal
current_proposal_task: Arc<RwLock<TaskMap<TYPES::SignatureKey>>>,
current_proposal_task:
Arc<RwLock<Option<UnboundedSender<ConsensusIntentEvent<TYPES::SignatureKey>>>>>,
}

impl<TYPES: NodeType> Inner<TYPES> {
Expand Down

0 comments on commit bd192d0

Please sign in to comment.