diff options
Diffstat (limited to 'node.go')
-rw-r--r-- | node.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |