Skip to content

Commit

Permalink
Update src/helpers/transactionSigner.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Iveta <[email protected]>
  • Loading branch information
jeesunikim and quietbits authored May 8, 2024
1 parent 6d0a8cb commit 1bf86a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/transactionSigner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const secretKeys = ({
}

if (!error) {
if (signer.charAt(0) == "S") {
if (signer.charAt(0) === "S") {
// Secret keys
validSecretKeys.push(signer);
} else {
Expand Down

0 comments on commit 1bf86a5

Please sign in to comment.