Skip to content

Commit d3e9b5c

Browse files
committed
swapserverrpc: add reservationids to instantout quote
1 parent cb18240 commit d3e9b5c

File tree

2 files changed

+67
-53
lines changed

2 files changed

+67
-53
lines changed

swapserverrpc/instantout.pb.go

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

swapserverrpc/instantout.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ message CancelInstantSwapResponse {
141141
message GetInstantOutQuoteRequest {
142142
// The amount to swap in satoshis.
143143
uint64 amount = 1;
144+
145+
// The reservation ids that will be used for the swap.
146+
repeated bytes reservation_ids = 2;
144147
}
145148

146149
message GetInstantOutQuoteResponse {

0 commit comments

Comments
 (0)