Skip to content
Snippets Groups Projects
Commit a42336f8 authored by Wei Tang's avatar Wei Tang Committed by Bastian Köcher
Browse files

Fix typo in `apply_extrinsic` (#1136)

parent 62c590ef
No related merge requests found
......@@ -22,7 +22,7 @@ use rstd::vec::Vec;
decl_runtime_apis! {
/// The `BlockBuilder` api trait that provides required functions for building a block for a runtime.
pub trait BlockBuilder<Block: BlockT> {
/// The runtime api for building blocks./// Apply the given extrinsics.
/// Apply the given extrinsics.
fn apply_extrinsic(extrinsic: <Block as BlockT>::Extrinsic) -> ApplyResult;
/// Finish the current block.
fn finalise_block() -> <Block as BlockT>::Header;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment