We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d6995 commit 18feb5dCopy full SHA for 18feb5d
pkg/types/core/keystore.go
@@ -76,7 +76,7 @@ func (s *Ed25519Signer) Sign(r io.Reader, digest []byte, opts crypto.SignerOpts)
76
var P2PAccountKey = "P2P_SIGNER"
77
var WorkflowAccountKey = "WORKFLOW_DECRYPTER"
78
79
-// signerDecrypter implements Keystore for a single sign account and decrypt.
+// signerDecrypter implements Keystore for a single sign account and decrypt account.
80
type signerDecrypter struct {
81
signAccount *string
82
signer crypto.Signer
0 commit comments