Function Nominator.stopNominationRound

Stop the nominating round. Should be called after a block is accepted to the ledger.

void stopNominationRound (
  Height height
) nothrow @safe;

This does not stop the periodic nomination check timer, but it stops the node from continuing nominating any transaction sets which were proposed based on a previous ledger state.

This routine should be called after every externalize event and after any valid block is received from the network (getBlocksFrom()).

Parameters

NameDescription
height the block height