fix typo and early return
This commit is contained in:
parent
f6e425aed5
commit
b356d804a2
8 changed files with 16 additions and 15 deletions
|
|
@ -431,7 +431,7 @@ message NewAddressResponse{
|
|||
}
|
||||
message PayAddressRequest{
|
||||
string address = 1;
|
||||
int64 amoutSats = 2;
|
||||
int64 amountSats = 2;
|
||||
int64 satsPerVByte = 3;
|
||||
optional string swap_operation_id = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue