mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
looprpc: add reservation ids to quote
This commit is contained in:
parent
d3e9b5c893
commit
e76321b425
2 changed files with 523 additions and 501 deletions
1016
looprpc/client.pb.go
1016
looprpc/client.pb.go
File diff suppressed because it is too large
Load diff
|
|
@ -1532,9 +1532,15 @@ message InstantOutQuoteRequest {
|
|||
uint64 amt = 1;
|
||||
|
||||
/*
|
||||
Deprecated: use 'reservation_ids' instead.
|
||||
The amount of reservations to use for the swap.
|
||||
*/
|
||||
int32 num_reservations = 2;
|
||||
int32 num_reservations = 2 [deprecated = true];
|
||||
|
||||
/*
|
||||
The reservations to use for the swap.
|
||||
*/
|
||||
repeated bytes reservation_ids = 3;
|
||||
}
|
||||
|
||||
message InstantOutQuoteResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue