filecoin-project/go-f3

Remove `GenerateKey` from top level GPBFT interface

Closed this issue · 0 comments

The GenerateKey function is used primarily for testing purposes. Move it out of the top-level Signer interface and use other mechanisms such as duck typing, ideally only exposed in test scope, instead.