Skip to content

Commit

Permalink
Please compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Aug 28, 2024
1 parent 08f1a8a commit a978746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ where
}

pub async fn call_remote_runtime_function<R>(
client: &impl RelayChainInterface,
client: &(impl RelayChainInterface + ?Sized),
method_name: &'static str,
hash: RelayHash,
payload: impl Encode,
Expand Down

0 comments on commit a978746

Please sign in to comment.