Function FullNode.onAcceptedBlock
Called when a block was externalized.
Calls pushBlock(), but additionally the Validator overrides this and implements quorum shuffling.
Parameters
| Name | Description |
|---|---|
| block | the new block |
| validators_changed | whether the validator set has changed |