File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -289,11 +289,10 @@ message ServerLoopInQuoteRequest {
289289 // litd/v0.2.0-alpha/commit=326d754
290290 string user_agent = 6 ;
291291
292- // If this is a quote request for a static address loop in, this value
293- // defines the number of static address deposits that the client wants to
294- // quote for. The amount of the quote reflects the sum of all deposits. The
295- // number of deposits here is taken into consideration for the total swap
296- // fee.
292+ // The number of static address deposits the client wants to quote for.
293+ // If the number of deposits exceeds one the server will apply a per-input
294+ // service fee. This is to cover for the increased on-chain fee the server
295+ // has to pay when the sweeping transaction is broadcast.
297296 uint32 num_static_address_deposits = 7 ;
298297}
299298
You can’t perform that action at this time.
0 commit comments