Skip to content

Commit f2c9fb8

Browse files
committed
swapserverrpc: fix ServerLoopInQuoteRequest comments
1 parent bfad2d9 commit f2c9fb8

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

swapserverrpc/server.pb.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swapserverrpc/server.proto

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)