Skip to content

Commit

Permalink
- added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Sep 28, 2022
1 parent 743b92a commit a09acff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consensus/spos/bls/subroundSignature.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ func (sr *subroundSignature) doSignatureJobForManagedKeys() bool {
continue
}

// TODO EN-13215 merge SignatureHandler with KeysHandler
managedPrivateKeyBytes, err := managedPrivateKey.ToByteArray()
if err != nil {
log.Warn("doSignatureJobForManagedKeys: can not recover the private key bytes", "pk", pkBytes)
Expand Down

0 comments on commit a09acff

Please sign in to comment.