Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Missing arg doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Aug 28, 2023
1 parent 6321745 commit bca2fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drink/src/chain_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub trait ChainApi<R: Runtime> {
/// # Arguments
///
/// * `call` - The runtime call to execute.
/// * `origin` - The origin of the call.
fn runtime_call(
&mut self,
call: RuntimeCall<R>,
Expand Down

0 comments on commit bca2fa2

Please sign in to comment.