mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 04:42:57 +02:00
multi: update walletdb package
This commit is contained in:
@@ -35,6 +35,10 @@ type BoltBackendConfig struct {
|
||||
// DBTimeout specifies the timeout value to use when opening the wallet
|
||||
// database.
|
||||
DBTimeout time.Duration
|
||||
|
||||
// ReadOnly specifies if the database should be opened in read-only
|
||||
// mode.
|
||||
ReadOnly bool
|
||||
}
|
||||
|
||||
// GetBoltBackend opens (or creates if doesn't exits) a bbolt backed database
|
||||
|
Reference in New Issue
Block a user