Skip to content

Commit

Permalink
Update typos in lib.rs (aptos-labs#9793)
Browse files Browse the repository at this point in the history
* Update typos in lib.rs

* should be tx_j

* Update aptos-move/block-executor/src/lib.rs

---------

Co-authored-by: David Wolinsky <[email protected]>
  • Loading branch information
so-schen and davidiw authored Sep 23, 2023
1 parent 16228e3 commit 42621c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos-move/block-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies. In particular, an incarnation of transaction tx_j stops and waits
on a condition variable whenever it reads a value marked as an ESTIMATE that was
written by a lower transaction tx_k. When the execution of tx_k finishes, it
signals the condition variable and the execution of tx_j continues. This way,
tx_k does not read a value that is likely to cause an abort in the future due to a
tx_j does not read a value that is likely to cause an abort in the future due to a
validation failure, which would happen if the next incarnation of tx_k would
indeed write to the same location (the ESTIMATE markers that are not overwritten
are removed by the next incarnation).
Expand Down

0 comments on commit 42621c1

Please sign in to comment.