From 915c4cf974d128abbc111a4b3196e77feb499bf0 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Fri, 22 Nov 2019 21:17:13 -0500 Subject: [PATCH] auto --- exampletransactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampletransactions.py b/exampletransactions.py index 2ee8188..52e42eb 100644 --- a/exampletransactions.py +++ b/exampletransactions.py @@ -10,7 +10,7 @@ import random ##################################################################################################### def SubtractTen(tstate, relation, primary_id): - Subtract(tstate, relation, 10) + Subtract(tstate, relation, primary_id, 10) def Subtract(tstate, relation, primary_id, val): tup = relation.getTuple(primary_id) -- GitLab