Index: impl/memory/context.go |
diff --git a/impl/memory/context.go b/impl/memory/context.go |
index 4edef60e087d20c596990a77cf793c2a64cacc95..bb784ec540c1603c2194a1f5da2f36e42106285a 100644 |
--- a/impl/memory/context.go |
+++ b/impl/memory/context.go |
@@ -12,6 +12,8 @@ import ( |
"golang.org/x/net/context" |
) |
+var serializationDeterministic = false |
+ |
type memContextObj interface { |
sync.Locker |
canApplyTxn(m memContextObj) bool |