loopd: return quoted amount in InQuoteResponse

This commit is contained in:
Slyghtning 2025-10-07 10:57:29 +02:00
parent f840852e8d
commit 68baebf478
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -1043,6 +1043,7 @@ func (s *swapClientServer) GetLoopInQuote(ctx context.Context,
HtlcPublishFeeSat: int64(quote.MinerFee),
SwapFeeSat: int64(quote.SwapFee),
ConfTarget: htlcConfTarget,
QuotedAmt: int64(selectedAmount),
}, nil
}