Skip to content

Commit bfad2d9

Browse files
committed
swapserverrpc: fix withdrawal comments
1 parent 2d31b40 commit bfad2d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

swapserverrpc/server.pb.go

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

swapserverrpc/server.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,10 +713,10 @@ message ServerAddressParameters {
713713
}
714714

715715
message ServerWithdrawRequest {
716-
// The deposit outpoints the client wishes to close.
716+
// The deposit outpoints the client wishes to withdraw.
717717
repeated PrevoutInfo outpoints = 1;
718718

719-
// The nonces that the client used to generate the coop close tx sigs.
719+
// The nonces that the client used to generate the withdrawal tx sigs.
720720
repeated bytes client_nonces = 2;
721721

722722
// The address that the client wants to sweep the static address deposits

0 commit comments

Comments
 (0)