multi: add the flag prune-revocation to perform the optional migration

This commit is contained in:
yyforyongyu
2022-04-28 06:53:46 +08:00
parent afb2f72ce2
commit 87f58a274b
3 changed files with 9 additions and 0 deletions

View File

@ -857,6 +857,7 @@ func (d *DefaultDatabaseBuilder) BuildDatabase(
channeldb.OptionDryRunMigration(cfg.DryRunMigration),
channeldb.OptionSetUseGraphCache(!cfg.DB.NoGraphCache),
channeldb.OptionKeepFailedPaymentAttempts(cfg.KeepFailedPaymentAttempts),
channeldb.OptionPruneRevocationLog(cfg.DB.PruneRevocation),
}
// We want to pre-allocate the channel graph cache according to what we