Function Ledger.handleNotSignedByMajority

Used to handle behaviour when less than half the validators have signed the block. This is overridden in the ValidatingLedger

string handleNotSignedByMajority (
  in ref const(BlockHeader) header,
  in const(ValidatorInfo[]) validators
) nothrow @safe;

Parameters

NameDescription
header of block we checked
validators validator info for the ones that did sign