swap_server_client: call server with SwapPublicationDeadline set

This commit is contained in:
Johan T. Halseth 2020-01-07 13:53:18 +01:00
parent b2d1d99521
commit d5c9a66c60
No known key found for this signature in database
GPG key ID: 15BAADA29DA20D26
3 changed files with 11 additions and 6 deletions

View file

@ -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}