Function Ledger.replayStoredBlock

Update the ledger state from a block which was read from storage

void replayStoredBlock (
  in ref const(Block) block
) @safe;

Called from the constructor with the content of the disk storage in case the validator set or UTXO set is invalid.

Parameters

NameDescription
block block to update the state from