mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-24 08:05:02 +01:00
keysend response: use snake case to be consistent
This commit is contained in:
@@ -46,7 +46,7 @@ type KeySendResponseBody struct {
|
||||
Description string `json:"description,omitempty"`
|
||||
DescriptionHash string `json:"description_hash,omitempty"`
|
||||
Destination string `json:"destination,omitempty"`
|
||||
CustomRecords map[string]string `json:"customRecords" validate:"omitempty"`
|
||||
CustomRecords map[string]string `json:"custom_ecords" validate:"omitempty"`
|
||||
PaymentPreimage string `json:"payment_preimage,omitempty"`
|
||||
PaymentHash string `json:"payment_hash,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user