From 3b2fd8f2d3e376fa7a3f3b2ba665fcd4a5b5bb15 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 22 Feb 2014 22:54:54 -0700 Subject: Revert "Refactor Transaction/Bucket API." This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9. --- node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.go') diff --git a/node.go b/node.go index 81d2667..68f651e 100644 --- a/node.go +++ b/node.go @@ -8,7 +8,7 @@ import ( // node represents an in-memory, deserialized page. type node struct { - transaction *Transaction + transaction *RWTransaction isLeaf bool unbalanced bool key []byte -- cgit v1.2.3