Skip to content
Snippets Groups Projects
Unverified Commit a82a2e3c authored by Arkadiy Paronyan's avatar Arkadiy Paronyan
Browse files

Fixed wasm build

parent 153b93b8
No related merge requests found
...@@ -112,7 +112,7 @@ impl Slicable for Action { ...@@ -112,7 +112,7 @@ impl Slicable for Action {
} }
/// Messages exchanged between participants in the BFT consensus. /// Messages exchanged between participants in the BFT consensus.
#[derive(Clone, PartialEq, Eq, Serialize, Deserialize)] #[derive(Clone, PartialEq, Eq)]
#[cfg_attr(feature = "std", derive(Debug))] #[cfg_attr(feature = "std", derive(Debug))]
pub struct Message { pub struct Message {
/// The parent header hash this action is relative to. /// The parent header hash this action is relative to.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment