Skip to content

Commit ae3893c

Browse files
committed
looprpc: add swap_publication_deadline to ServerLoopOutRequest
1 parent 034cba5 commit ae3893c

File tree

2 files changed

+62
-48
lines changed

2 files changed

+62
-48
lines changed

looprpc/server.pb.go

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

looprpc/server.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ message ServerLoopOutRequest {
2424
bytes swap_hash = 2;
2525

2626
uint64 amt = 3;
27+
28+
/// The unix time in seconds we want the on-chain swap to be published by.
29+
int64 swap_publication_deadline = 4;
2730
}
2831

2932
message ServerLoopOutResponse {

0 commit comments

Comments
 (0)