Skip to content

Commit d736964

Browse files
committed
looprpc: deposit outpoints for QuoteRequest
This commit adds static address deposit outpoints to the QuoteRequest message. It allows to quote for loop in swaps with the total value of specified deposits.
1 parent dbd367c commit d736964

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

looprpc/client.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,13 @@ message QuoteRequest {
760760
probing and payment.
761761
*/
762762
bool private = 7;
763+
764+
/*
765+
Static address deposit outpoints that will be quoted for. This option only
766+
pertains to loop in swaps. Either this or the amt parameter can be set at
767+
the same time.
768+
*/
769+
repeated string deposit_outpoints = 8;
763770
}
764771

765772
message InQuoteResponse {

0 commit comments

Comments
 (0)