mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update to Substrate master (#886)
* Bump Substrate and some fixes * Bump runtime * version bump
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user