Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Oct 6, 2023
1 parent 204e1fe commit b1ddc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/SignerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getSecretSigner(): Promise<Wallet> {
}

/**
* Clears the mnemonic and private key from the env.
* Clears any instances of MNEMONIC, PRIVATE_KEY or SECRET from the env.
*/
function cleanKeysFromEnvironment(): void {
["MNEMONIC", "PRIVATE_KEY", "SECRET"].forEach((config) => delete process.env[config]);
Expand Down

0 comments on commit b1ddc46

Please sign in to comment.