Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Mar 17, 2024
1 parent 2a7d66f commit 933f5a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub use crate::utils::{View, ViewInner};
use displaydoc::Display;

use crate::{
data::Leaf,
data::{Leaf, VidDisperseShare},
error::HotShotError,
message::Proposal,
simple_certificate::{DACertificate, QuorumCertificate, UpgradeCertificate},
Expand All @@ -22,7 +22,6 @@ use std::{
sync::{Arc, Mutex},
};
use tracing::error;
use crate::data::VidDisperseShare;

/// A type alias for `HashMap<Commitment<T>, T>`
type CommitmentMap<T> = HashMap<Commitment<T>, T>;
Expand Down
1 change: 0 additions & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::{
};

use std::sync::Arc;

/// A status event emitted by a `HotShot` instance
///
/// This includes some metadata, such as the stage and view number that the event was generated in,
Expand Down

0 comments on commit 933f5a7

Please sign in to comment.