Remove `GenerateKey` from top level GPBFT interface
Closed this issue · 0 comments
masih commented
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.