Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion consensus/admin/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func (ah *Handlers) AddPrivateKey(pk []byte, curveSpec constants.CurveSpec) erro
return nil
}

// GetPrivK returns an decrypted private key from an EthDKG run to the caller
// GetPrivK returns a decrypted private key from an EthDKG run to the caller
func (ah *Handlers) GetPrivK(name []byte) ([]byte, error) {
var privk []byte
err := ah.database.View(func(txn *badger.Txn) error {
Expand Down
Loading