From 15f4a34daab8bbd80efbef95b03e1b6a585d5d95 Mon Sep 17 00:00:00 2001 From: aggstam Date: Sat, 17 Dec 2022 20:13:13 +0200 Subject: [PATCH] consensus/task/proposal.rs: typo --- src/consensus/task/proposal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consensus/task/proposal.rs b/src/consensus/task/proposal.rs index b295d9b39..9f998b782 100644 --- a/src/consensus/task/proposal.rs +++ b/src/consensus/task/proposal.rs @@ -99,7 +99,7 @@ async fn consensus_loop( ) { // Note: when a node can start produce proposals is only enforced in code, // where we verify if the hardware can keep up with the consensus, by - // counting how many consecutive slots node successfully listend and process + // counting how many consecutive slots node successfully listened and process // everything. Later, this will be enforced via contract, where it will be explicit // when a node can produce proposals, and after which slot they can be considered as valid. let mut listened_slots = 0;