mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
swapserverrpc: fix withdrawal comments
This commit is contained in:
parent
2d31b40bc9
commit
bfad2d9c54
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue