mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
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:
committed by
Robert Habermeier
parent
74e907f3cb
commit
7f8ee0f53b
@@ -417,10 +417,10 @@ impl<B, P, I, InStream, OutSink> Future for BftFuture<B, P, I, InStream, OutSink
|
||||
let import_block = ImportBlock {
|
||||
origin: BlockOrigin::ConsensusBroadcast,
|
||||
header: header,
|
||||
external_justification: just.into(),
|
||||
justification: just.into(),
|
||||
body: Some(body),
|
||||
finalized: true,
|
||||
post_runtime_digests: Default::default(),
|
||||
post_digests: Default::default(),
|
||||
auxiliary: Default::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user