Skip to content

Commit 18feb5d

Browse files
committed
fix comment
1 parent 51d6995 commit 18feb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/core/keystore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (s *Ed25519Signer) Sign(r io.Reader, digest []byte, opts crypto.SignerOpts)
7676
var P2PAccountKey = "P2P_SIGNER"
7777
var WorkflowAccountKey = "WORKFLOW_DECRYPTER"
7878

79-
// signerDecrypter implements Keystore for a single sign account and decrypt.
79+
// signerDecrypter implements Keystore for a single sign account and decrypt account.
8080
type signerDecrypter struct {
8181
signAccount *string
8282
signer crypto.Signer

0 commit comments

Comments
 (0)