Fix MultiSigner, simplify tests (#2033)

* Fix MultiSigner, use `into_signed_tx`

* Rebuild.
This commit is contained in:
Tomasz Drwięga
2019-04-23 18:18:32 +02:00
committed by Gavin Wood
parent b483c5608f
commit 08fda211d8
16 changed files with 101 additions and 46 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
substrate-primitives = { path = "../primitives" }
sr-primitives = { path = "../sr-primitives" }
hex-literal = { version = "0.1.0" }
lazy_static = { version = "1.0" }
strum = "0.14.0"