From 39c9a0af4814d60f87160cf79944a5c097e56dfa Mon Sep 17 00:00:00 2001 From: Amit Yadav Date: Wed, 20 Nov 2019 20:17:08 -0500 Subject: [PATCH] update to section Atomic Transactions with Multiple Accounts under this section, instead of using the word 'both', which seems like just 2 accounts, I changed the word to all which is more apt to represent multiple accounts --- TechnicalWhitePaper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TechnicalWhitePaper.md b/TechnicalWhitePaper.md index e7aa3ea5..13af145c 100644 --- a/TechnicalWhitePaper.md +++ b/TechnicalWhitePaper.md @@ -252,7 +252,7 @@ Some accounts may be able to process an Action on a pass/fail basis without modi ## Atomic Transactions with Multiple Accounts -Sometimes it is desirable to ensure that Actions are delivered to and accepted by multiple accounts atomically. In this case both Actions are placed in one transaction and both accounts will be assigned the same shard and the Actions applied sequentially. +Sometimes it is desirable to ensure that Actions are delivered to and accepted by multiple accounts atomically. In this case all Actions are placed in one transaction and all accounts will be assigned the same shard and the Actions applied sequentially. ## Partial Evaluation of Blockchain State