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
|
|
@ -53,7 +53,7 @@ func newServerMock() *serverMock {
|
|||
|
||||
func (s *serverMock) NewLoopOutSwap(ctx context.Context,
|
||||
swapHash lntypes.Hash, amount btcutil.Amount,
|
||||
receiverKey [33]byte) (
|
||||
receiverKey [33]byte, _ time.Time) (
|
||||
*newLoopOutResponse, error) {
|
||||
|
||||
_, senderKey := test.CreateKey(100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue