Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Proper fix for KeyPair
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Sep 14, 2021
1 parent d5d9a93 commit c087b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bridges/.config/lingua.dic
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ io
js
keccak256/M
keypair/MS
KeyPair
KSM/S
Lane1
Lane2
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/bin-substrate/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ macro_rules! declare_chain_options {
}

impl [<$chain SigningParams>] {
/// Parse signing params into chain-specific KeyPair.
/// Parse signing params into chain-specific `KeyPair`.
pub fn to_keypair<Chain: CliChain>(&self) -> anyhow::Result<Chain::KeyPair> {
use sp_core::crypto::Pair;

Expand Down
1 change: 0 additions & 1 deletion scripts/gitlab/lingua.dic
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jaeger/MS
js
keccak256/M
keypair/MS
KeyPair
keystore/MS
Kovan
KSM/S
Expand Down

0 comments on commit c087b06

Please sign in to comment.