hyperledger-labs/mirbft

Configuration data structures

Closed this issue · 0 comments

The NodeConfig struct in config.go contains a mix of general node configuration and protocol-specific parameters.
Clean it up by moving the protocol-specific parameters in a different data structure.