diff --git a/internal/api/payment.go b/internal/api/payment.go deleted file mode 100644 index 107fb0d..0000000 --- a/internal/api/payment.go +++ /dev/null @@ -1,9 +0,0 @@ -package api - -type PaymentStatusResponse struct { - State string `json:"state"` - FeeMsat int64 `json:"fee_msat,omitempty"` - Amount int64 `json:"amount,omitempty"` - Preimage string `json:"preimage,omitempty"` - PaymentHash string `json:"payment_hash"` -}