loopd: quoting for static address loop-ins

This commit is contained in:
Slyghtning 2024-06-06 15:30:50 +02:00
parent 549c33e08e
commit 82b95798ab
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
7 changed files with 105 additions and 20 deletions

View file

@ -225,7 +225,8 @@ func (s *serverMock) GetLoopInTerms(ctx context.Context, initiator string) (
}
func (s *serverMock) GetLoopInQuote(context.Context, btcutil.Amount,
route.Vertex, *route.Vertex, [][]zpay32.HopHint, string) (*LoopInQuote, error) {
route.Vertex, *route.Vertex, [][]zpay32.HopHint, string,
uint32) (*LoopInQuote, error) {
return &LoopInQuote{
SwapFee: testSwapFee,