Function Validator.onAcceptedBlock

Calls the base class onAcceptedBlock and additionally shuffles the quorum set if the new block header height is QuorumShuffleInterval blocks newer than the last shuffle height.

override void onAcceptedBlock (
  in ref const(Block) block,
  bool validators_changed
) @safe;

Parameters

NameDescription
block the block which was added to the ledger