mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
mod: bump lndclient to 0.14.2 including forced MC import
This commit is contained in:
parent
32d55dc814
commit
9ace542056
3 changed files with 7 additions and 8 deletions
|
|
@ -566,7 +566,7 @@ func (r *lowToHighRoutingPlugin) BeforePayment(ctx context.Context,
|
|||
return ErrRoutingPluginNoMoreRetries
|
||||
}
|
||||
|
||||
err := r.lnd.Router.ImportMissionControl(ctx, entries)
|
||||
err := r.lnd.Router.ImportMissionControl(ctx, entries, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
@ -647,7 +647,7 @@ func (r *lowToHighRoutingPlugin) Done(ctx context.Context) error {
|
|||
}
|
||||
}
|
||||
|
||||
err := r.lnd.Router.ImportMissionControl(ctx, entries)
|
||||
err := r.lnd.Router.ImportMissionControl(ctx, entries, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue