fix typo and early return
This commit is contained in:
parent
f6e425aed5
commit
b356d804a2
8 changed files with 16 additions and 15 deletions
|
|
@ -549,7 +549,7 @@ type OperationsCursor struct {
|
|||
}
|
||||
type PayAddressRequest struct {
|
||||
Address string `json:"address"`
|
||||
Amoutsats int64 `json:"amoutSats"`
|
||||
Amountsats int64 `json:"amountSats"`
|
||||
Satspervbyte int64 `json:"satsPerVByte"`
|
||||
Swap_operation_id string `json:"swap_operation_id"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue