mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: remove DefaultQueryConfig
And always make use of either the new DefaultSQLiteConfig or DefaultPostgresConfig.
This commit is contained in:
@@ -1130,9 +1130,8 @@ func (d *DefaultDatabaseBuilder) BuildDatabase(
|
||||
continue
|
||||
}
|
||||
|
||||
migFn, ok := getSQLMigration(
|
||||
migFn, ok := d.getSQLMigration(
|
||||
ctx, version, dbs.ChanStateDB.Backend,
|
||||
*d.cfg.ActiveNetParams.GenesisHash,
|
||||
)
|
||||
if !ok {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user