Skip to content
Snippets Groups Projects
Commit 681d154e authored by Éloïs's avatar Éloïs
Browse files

[style] comply latest clippy version

parent 8591a61a
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ pub enum BlockchainEvent { ...@@ -49,7 +49,7 @@ pub enum BlockchainEvent {
/// Stack up new valid block in local blockchain /// Stack up new valid block in local blockchain
StackUpValidBlock(Box<BlockDocument>), StackUpValidBlock(Box<BlockDocument>),
/// Revert blocks in local blockchain /// Revert blocks in local blockchain
RevertBlocks(Vec<Box<BlockDocument>>), RevertBlocks(Vec<BlockDocument>),
/// Receive new valid pending document /// Receive new valid pending document
NewValidPendingDoc(DUBPDocument), NewValidPendingDoc(DUBPDocument),
/// Receive new refused pending document /// Receive new refused pending document
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment