loopd: abandon loop-ins

This commit is contained in:
Slyghtning 2023-11-13 14:50:10 +01:00
parent 0fbf253391
commit 5e91c446b8
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
6 changed files with 161 additions and 3 deletions

View file

@ -394,3 +394,9 @@ type ProbeRequest struct {
// Optional hop hints.
RouteHints [][]zpay32.HopHint
}
// AbandonSwapRequest specifies the swap to abandon. It is identified by its
// swap hash.
type AbandonSwapRequest struct {
SwapHash lntypes.Hash
}