Skip to content

Commit 9f626bc

Browse files
committed
spell typo
1 parent 0e632f7 commit 9f626bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/packages/orchestrator/src

javascript/packages/orchestrator/src/keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function generateKeyForNode(
3131
? `//${nameCase(nodeName)}`
3232
: u8aToHex(mnemonicToMiniSecret(mnemonic));
3333

34-
// Create keyrings
34+
// Create keyring for each schema
3535
const sr_keyring = new Keyring({ type: "sr25519" });
3636
const ed_keyring = new Keyring({ type: "ed25519" });
3737
const ec_keyring = new Keyring({ type: "ecdsa" });

0 commit comments

Comments
 (0)