forked from pokt-network/pocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Full details in the thread from the PR review: pokt-network#285 (comment)
Lines 43 to 48 in d552ec6
| // IMPROVE(#361): Guarantee the integrity of the state | |
| // Full details in the thread from the PR review: https://github.com/pokt-network/pocket/pull/285#discussion_r1018471719 | |
| func (p *PostgresContext) ComputeStateHash() (string, error) { | |
| stateHash, err := p.updateMerkleTrees() | |
| if err != nil { | |
| return "", err |
This issue was generated by todo-issue based on a IMPROVE comment in d552ec6.
Reactions are currently unavailable