fix comment of database.Tx to match code
This commit is contained in:
parent
0c76fbd26f
commit
318c89dfed
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ type pendingBlock struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// transaction represents a database transaction. It can either be read-only or
|
// transaction represents a database transaction. It can either be read-only or
|
||||||
// read-write and implements the database.Bucket interface. The transaction
|
// read-write and implements the database.Tx interface. The transaction
|
||||||
// provides a root bucket against which all read and writes occur.
|
// provides a root bucket against which all read and writes occur.
|
||||||
type transaction struct {
|
type transaction struct {
|
||||||
managed bool // Is the transaction managed?
|
managed bool // Is the transaction managed?
|
||||||
|
|
Loading…
Reference in a new issue