mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
fix: correct the typo
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// TxOptions represents a set of options one can use to control what type of
|
// 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 be either read or write.
|
||||||
type TxOptions interface {
|
type TxOptions interface {
|
||||||
// ReadOnly returns true if the transaction should be read only.
|
// ReadOnly returns true if the transaction should be read only.
|
||||||
ReadOnly() bool
|
ReadOnly() bool
|
||||||
|
Reference in New Issue
Block a user