mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-19 13:44:53 +01:00
fix: pay response should follow lndhub api
This commit is contained in:
@@ -38,7 +38,7 @@ type KeySendResponseBody struct {
|
||||
DescriptionHashStr string `json:"description_hash,omitempty"`
|
||||
PaymentError string `json:"payment_error,omitempty"`
|
||||
PaymentPreimage *lib.JavaScriptBuffer `json:"payment_preimage,omitempty"`
|
||||
PaymentRoute *service.Route `json:"route,omitempty"`
|
||||
PaymentRoute *service.Route `json:"payment_route,omitempty"`
|
||||
}
|
||||
|
||||
// KeySend : Key send Controller
|
||||
|
||||
Reference in New Issue
Block a user