Parameter | Description |
---|---|
bReplace | If True, the new state hash replaces the current state instead of adding a new history item |
Procedure UpdateStateHash Boolean bReplace
Call: | Send UpdateStateHash bReplace |
This procedure triggers an update of the state hash.
It will regenerate the state hash and set it as the current hash. This is the recommended method to update the state hash in case of a custom change.
If bReplace is False, this will generate a new history item.