From 169fc60aee2b97b14adc8df617172210c8174fb8 Mon Sep 17 00:00:00 2001 From: Ali Younis Date: Thu, 17 Nov 2016 16:27:39 -0800 Subject: [PATCH] Edits to the new block chain docs --- doc2/iotcloud.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc2/iotcloud.tex b/doc2/iotcloud.tex index 9bbfc7c..3161202 100644 --- a/doc2/iotcloud.tex +++ b/doc2/iotcloud.tex @@ -1792,8 +1792,9 @@ Puts a guard transaction into the key value update. A guard is a key value with Starts a transaction. Clears out the key value pair update buffer.\\ \begin{algorithmic}[1] \Function{TransactionStart}{$ $} - \LeftComment{Reset the key value update buffer} - \State $KVUpdate \gets \tuple{\emptyset, \emptyset}$ + % \LeftComment{Reset the key value update buffer} + % \State $KVUpdate \gets \tuple{\emptyset, \emptyset}$ + \State $PendingTrans \gets NULL$ \EndFunction \end{algorithmic} \end{varwidth}% -- 2.34.1