diff --git a/book/src/proposals/snapshot-verification.md b/book/src/proposals/snapshot-verification.md index fb6b7f269d..636da4c87b 100644 --- a/book/src/proposals/snapshot-verification.md +++ b/book/src/proposals/snapshot-verification.md @@ -6,4 +6,4 @@ Snapshot verification of the account states is implemented, but the bank hash of ## Solution -Use the simple payment verification (SPV) solution to verify the vote transactions which are on-chain voting for the bank hash value. +While a validator is processing transactions to catch up to the cluster from the snapshot, use incoming vote transactions and the commitment calculator to confirm that the cluster is indeed building on the snapshotted bank hash. Once a threshold commitment level is reached, accept the snapshot as valid and start voting.