Skip to content

Commit d797aa4

Browse files
committed
swapserverrpc: number of deposits for ServerLoopInQuoteRequest
This commit adds the number of deposits to the ServerLoopInQuoteRequest that the client wants to quote for.
1 parent d736964 commit d797aa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

swapserverrpc/server.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ message ServerLoopInQuoteRequest {
284284
// loopd/v0.10.0-beta/commit=3b635821
285285
// litd/v0.2.0-alpha/commit=326d754
286286
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;
287293
}
288294

289295
message ServerLoopInQuoteResponse {

0 commit comments

Comments
 (0)