We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac89ac9 commit db7a3a3Copy full SHA for db7a3a3
1 file changed
db.go
@@ -100,7 +100,7 @@ func (db *boltViewDB) Bucket(name []byte) chain.DBBucket {
100
return boltBucket{b}
101
}
102
103
-func (db *boltViewDB) CreateBucket(name []byte) (chain.DBBucket, error) {
+func (db *boltViewDB) CreateBucket(_ []byte) (chain.DBBucket, error) {
104
return nil, bbolt.ErrTxNotWritable
105
106
0 commit comments