fix typo and early return

This commit is contained in:
boufni95 2026-01-14 20:17:49 +00:00
parent f6e425aed5
commit b356d804a2
8 changed files with 16 additions and 15 deletions

View file

@ -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;
}