mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Fix test-rustdoc (#1266)
* Fix `test-rustdoc` * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -41,7 +41,7 @@ pub trait InitPolkadotBlockBuilder {
|
||||
/// Init a Polkadot specific block builder at a specific block that works for the test runtime.
|
||||
///
|
||||
/// Same as [`InitPolkadotBlockBuilder::init_polkadot_block_builder`] besides that it takes a
|
||||
/// [`BlockId`] to say which should be the parent block of the block that is being build.
|
||||
/// `Hash` to say which should be the parent block of the block that is being build.
|
||||
fn init_polkadot_block_builder_at(
|
||||
&self,
|
||||
hash: <Block as BlockT>::Hash,
|
||||
|
||||
Reference in New Issue
Block a user