mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: add conf_target to loop in/out quote resp
This commit is contained in:
parent
0fa3625989
commit
c4d46a24a0
4 changed files with 211 additions and 169 deletions
|
|
@ -426,6 +426,7 @@ func (s *swapClientServer) LoopOutQuote(ctx context.Context,
|
|||
PrepayAmtSat: int64(quote.PrepayAmount),
|
||||
SwapFeeSat: int64(quote.SwapFee),
|
||||
SwapPaymentDest: quote.SwapPaymentDest[:],
|
||||
ConfTarget: confTarget,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
@ -471,6 +472,7 @@ func (s *swapClientServer) GetLoopInQuote(ctx context.Context,
|
|||
return &looprpc.InQuoteResponse{
|
||||
HtlcPublishFeeSat: int64(quote.MinerFee),
|
||||
SwapFeeSat: int64(quote.SwapFee),
|
||||
ConfTarget: htlcConfTarget,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue