mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
fix typo in sqlite.go
This commit is contained in:
parent
1ea1e1c279
commit
864d4e5cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ func (b *BaseDB) FixFaultyTimestamps(ctx context.Context) error {
|
|||
}
|
||||
|
||||
// TxOptions represents a set of options one can use to control what type of
|
||||
// database transaction is created. Transaction can wither be read or write.
|
||||
// database transaction is created. Transaction can whether be read or write.
|
||||
type TxOptions interface {
|
||||
// ReadOnly returns true if the transaction should be read only.
|
||||
ReadOnly() bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue