We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d736964 commit d797aa4Copy full SHA for d797aa4
swapserverrpc/server.proto
@@ -284,6 +284,12 @@ message ServerLoopInQuoteRequest {
284
// loopd/v0.10.0-beta/commit=3b635821
285
// litd/v0.2.0-alpha/commit=326d754
286
string user_agent = 6;
287
+
288
+ // The number of static address deposits the client wants to quote for.
289
+ // If the number of deposits exceeds one the server will apply a per-input
290
+ // service fee. This is to cover for the increased on-chain fee the server
291
+ // has to pay when the sweeping transaction is broadcast.
292
+ uint32 num_static_address_deposits = 7;
293
}
294
295
message ServerLoopInQuoteResponse {
0 commit comments