mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
swap_server_client: let the SwapPublicationDeadline be set during LoopOuts
This commit is contained in:
parent
2d1e41de5d
commit
c70d0deecb
4 changed files with 32 additions and 17 deletions
|
|
@ -66,6 +66,10 @@ type OutRequest struct {
|
|||
// LoopOutChannel optionally specifies the short channel id of the
|
||||
// channel to loop out.
|
||||
LoopOutChannel *uint64
|
||||
|
||||
// SwapPublicationDeadline can be set by the client to allow the server
|
||||
// delaying publication of the swap HTLC to save on chain fees.
|
||||
SwapPublicationDeadline time.Time
|
||||
}
|
||||
|
||||
// Out contains the full details of a loop out request. This includes things
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue