mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: abandon loop-ins
This commit is contained in:
parent
0fbf253391
commit
5e91c446b8
6 changed files with 161 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue