Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Jan 8, 2024
1 parent 388a25e commit b2efc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn insert_account_keys_into_keystore<TPublic: Public>(
Pubkey : {:?}
STORE THE KEYS SAFELY, NOT TO BE SHARED WITH ANYONE ELSE.
++++++++++++++++++++++++++++++++++++++++++++++++
\n", key_name, seed, pub_key.encode());
\n", key_name, seed, pub_key);
}

/// Inserts a key of type `ACCOUNT` into the keystore for development/testing.
Expand Down

0 comments on commit b2efc12

Please sign in to comment.