Update to Substrate master (#886)

* Bump Substrate and some fixes

* Bump runtime

* version bump
This commit is contained in:
Gavin Wood
2020-03-07 00:03:16 +01:00
committed by GitHub
parent 6d3f6bbda6
commit 2cf2811e16
21 changed files with 192 additions and 200 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ impl<Client, TxPool, Backend> CreateProposalData<Client, TxPool, Backend> where
break;
}
match block_builder.push_trusted(ready.data().clone()) {
match block_builder.push(ready.data().clone()) {
Ok(()) => {
debug!("[{:?}] Pushed to the block.", ready.hash());
pending_size += encoded_size;