mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 11:18:01 +00:00
Companion for Substrate#8588 (#2883)
* Companion for Substrate#8588 https://github.com/paritytech/substrate/pull/8588 * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+150
-150
File diff suppressed because it is too large
Load Diff
@@ -205,6 +205,7 @@ where
|
||||
mut inherent_data: InherentData,
|
||||
inherent_digests: DigestFor<Block>,
|
||||
max_duration: time::Duration,
|
||||
block_size_limit: Option<usize>,
|
||||
) -> Self::Proposal {
|
||||
async move {
|
||||
let span = jaeger::Span::new(self.parent_header_hash, "propose");
|
||||
@@ -237,7 +238,7 @@ where
|
||||
|
||||
let _span = span.child("authorship-propose");
|
||||
self.inner
|
||||
.propose(inherent_data, inherent_digests, max_duration)
|
||||
.propose(inherent_data, inherent_digests, max_duration, block_size_limit)
|
||||
.await
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user