File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ as valid or invalid.
146
146
Concurrency Control Version Check
147
147
---------------------------------
148
148
149
- Concurrency Control Version Check is a method of keeping state in sync across
150
- peers on a channel. Peers execute transactions in parallel, and before commitment
151
- to the ledger, peers check that the data read at execution time has not changed.
152
- If the data read for the transaction has changed between execution time and
153
- commitment time, then a Concurrency Control Version Check violation has
149
+ Concurrency Control Version Check is a method of keeping ledger state in sync across
150
+ peers on a channel. Peers execute transactions in parallel, and before committing
151
+ to the ledger, peers check whether the state read at the time the transaction was executed
152
+ has been modified. If the data read for the transaction has changed between execution time and
153
+ commit time, then a Concurrency Control Version Check violation has
154
154
occurred, and the transaction is marked as invalid on the ledger and values
155
155
are not updated in the state database.
156
156
You can’t perform that action at this time.
0 commit comments