aboutsummaryrefslogtreecommitdiff
path: root/tx.go
diff options
context:
space:
mode:
Diffstat (limited to 'tx.go')
-rw-r--r--tx.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tx.go b/tx.go
index 53f0456..ae6d103 100644
--- a/tx.go
+++ b/tx.go
@@ -89,6 +89,7 @@ func (t *Tx) Buckets() []*Bucket {
}
buckets = append(buckets, bucket)
}
+ sort.Sort(bucketsByName(buckets))
return buckets
}