From c551e45a4722f58dc4c19f9d1b80b0b8db3ad039 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 8 Mar 2014 20:25:37 -0700 Subject: Consolidate Tx and RWTx. --- node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.go') diff --git a/node.go b/node.go index f0929c7..51be690 100644 --- a/node.go +++ b/node.go @@ -8,7 +8,7 @@ import ( // node represents an in-memory, deserialized page. type node struct { - tx *RWTx + tx *Tx isLeaf bool unbalanced bool key []byte -- cgit v1.2.3