Lock-voting (#1254)

* Optionally long lock voting

* Lock voting.

* Fix tests

* Comment update

* Comments

* Minor grumbles

* Docs.
This commit is contained in:
Gav Wood
2018-12-13 18:58:50 +01:00
committed by Robert Habermeier
parent 025bcdda0f
commit 27f69def9a
9 changed files with 267 additions and 100 deletions
@@ -114,7 +114,6 @@ impl<Xt> traits::Extrinsic for ExtrinsicWrapper<Xt> {
}
}
#[cfg(feature = "std")]
impl<Xt: Encode> serde::Serialize for ExtrinsicWrapper<Xt>
{
fn serialize<S>(&self, seq: S) -> Result<S::Ok, S::Error> where S: ::serde::Serializer {