aboutsummaryrefslogtreecommitdiff
path: root/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'reader.go')
-rw-r--r--reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.go b/reader.go
index c51517c..73dbc40 100644
--- a/reader.go
+++ b/reader.go
@@ -1,5 +1,5 @@
package bolt
type reader struct {
- int transactionID
+ txnid int
}