mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
channeldb/db: lower-case ErrDryRunMigrationOk message
This commit is contained in:
parent
24c865450a
commit
66652ec4bc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const (
|
|||
var (
|
||||
// ErrDryRunMigrationOK signals that a migration executed successful,
|
||||
// but we intentionally did not commit the result.
|
||||
ErrDryRunMigrationOK = errors.New("Dry run migration successful")
|
||||
ErrDryRunMigrationOK = errors.New("dry run migration successful")
|
||||
)
|
||||
|
||||
// migration is a function which takes a prior outdated version of the database
|
||||
|
|
Loading…
Add table
Reference in a new issue