mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: handle fast-flag in legacy loop-in
This commit is contained in:
parent
168420c28d
commit
aaeeefee00
4 changed files with 9 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue