Clean up justification (#1111)

* adding mac libraries and how to start testnet

* Clean up Justification struct, Issue #1033

* adding mac libraries and how to start testnet
This commit is contained in:
Shawn Tabrizi
2018-11-14 07:39:38 -05:00
committed by Robert Habermeier
parent 74e907f3cb
commit 7f8ee0f53b
7 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ impl<B, E, RA> TestClient for Client<B, E, runtime::Block, RA>
let import = ImportBlock {
origin,
header: block.header,
external_justification: vec![],
post_runtime_digests: vec![],
justification: vec![],
post_digests: vec![],
body: Some(block.extrinsics),
finalized: false,
auxiliary: Vec::new(),