mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
swap_server_client: call server with SwapPublicationDeadline set
This commit is contained in:
parent
b2d1d99521
commit
d5c9a66c60
3 changed files with 11 additions and 6 deletions
|
|
@ -94,8 +94,8 @@ func (s *serverMock) GetLoopOutTerms(ctx context.Context) (
|
|||
}, nil
|
||||
}
|
||||
|
||||
func (s *serverMock) GetLoopOutQuote(ctx context.Context, amt btcutil.Amount) (
|
||||
*LoopOutQuote, error) {
|
||||
func (s *serverMock) GetLoopOutQuote(ctx context.Context, amt btcutil.Amount,
|
||||
_ time.Time) (*LoopOutQuote, error) {
|
||||
|
||||
dest := [33]byte{1, 2, 3}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue