mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: quoting for static address loop-ins
This commit is contained in:
parent
549c33e08e
commit
82b95798ab
7 changed files with 105 additions and 20 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue