We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c34c0b commit d2e69d3Copy full SHA for d2e69d3
toolkit/partner-chains-cli/src/register/register1.rs
@@ -73,7 +73,7 @@ impl CmdRun for Register1Cmd {
73
get_ecdsa_pair_from_file(context, &keystore_path(&node_data_base_path), &pc_pub_key)
74
.map_err(|e| {
75
context
76
- .eprint(&format!("⚠️ Failed to read sidechain key from the keystore: {e}"));
+ .eprint(&format!("⚠️ Failed to read partner chain key from the keystore: {e}"));
77
anyhow!(e)
78
})?;
79
0 commit comments