neoneo-go/pkg/core/blockchainer
Roman Khimov 7eef895061 consensus: use GetNextBlockValidators where appropriate
GetValidators without parameter is called upon DBFT initialization and it
should receive validators for the next block (that will create it),
parameterized GetValidators is used for NextConsensus calculation where we
need a list for the current state of the chain.
2020-07-11 19:54:50 +03:00
..
blockchainer.go consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00