swapserverrpc: fix withdrawal comments

This commit is contained in:
Slyghtning 2024-05-06 14:14:55 +02:00
parent 2d31b40bc9
commit bfad2d9c54
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
2 changed files with 4 additions and 4 deletions

View file

@ -3091,9 +3091,9 @@ type ServerWithdrawRequest struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// The deposit outpoints the client wishes to close.
// The deposit outpoints the client wishes to withdraw.
Outpoints []*PrevoutInfo `protobuf:"bytes,1,rep,name=outpoints,proto3" json:"outpoints,omitempty"`
// The nonces that the client used to generate the coop close tx sigs.
// The nonces that the client used to generate the withdrawal tx sigs.
ClientNonces [][]byte `protobuf:"bytes,2,rep,name=client_nonces,json=clientNonces,proto3" json:"client_nonces,omitempty"`
// The address that the client wants to sweep the static address deposits
// to.

View file

@ -713,10 +713,10 @@ message ServerAddressParameters {
}
message ServerWithdrawRequest {
// The deposit outpoints the client wishes to close.
// The deposit outpoints the client wishes to withdraw.
repeated PrevoutInfo outpoints = 1;
// The nonces that the client used to generate the coop close tx sigs.
// The nonces that the client used to generate the withdrawal tx sigs.
repeated bytes client_nonces = 2;
// The address that the client wants to sweep the static address deposits