Skip to content

Commit 68baebf

Browse files
committed
loopd: return quoted amount in InQuoteResponse
1 parent f840852 commit 68baebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

loopd/swapclient_server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ func (s *swapClientServer) GetLoopInQuote(ctx context.Context,
10431043
HtlcPublishFeeSat: int64(quote.MinerFee),
10441044
SwapFeeSat: int64(quote.SwapFee),
10451045
ConfTarget: htlcConfTarget,
1046+
QuotedAmt: int64(selectedAmount),
10461047
}, nil
10471048
}
10481049

0 commit comments

Comments
 (0)