loop: handle fast-flag in legacy loop-in

This commit is contained in:
Slyghtning 2025-10-01 08:52:35 +02:00
parent 168420c28d
commit aaeeefee00
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
4 changed files with 9 additions and 4 deletions

View file

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