mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
4f4756bd20
commit
2a979a2d5c
@@ -5,7 +5,7 @@
|
||||
#define LIGHTNING_LIGHTNINGD_JSONRPC_ERRORS_H
|
||||
#include "config.h"
|
||||
|
||||
/* Standad errors defined by JSON-RPC 2.0 standard */
|
||||
/* Standard errors defined by JSON-RPC 2.0 standard */
|
||||
#define JSONRPC2_INVALID_REQUEST -32600
|
||||
#define JSONRPC2_METHOD_NOT_FOUND -32601
|
||||
#define JSONRPC2_INVALID_PARAMS -32602
|
||||
|
||||
@@ -381,7 +381,7 @@ struct invoice {
|
||||
/* The owning invoices object. */
|
||||
struct invoices *owner;
|
||||
|
||||
/* Publicly-useable fields. */
|
||||
/* Publicly-usable fields. */
|
||||
enum invoice_status state;
|
||||
const char *label;
|
||||
/* NULL if they specified "any" */
|
||||
|
||||
Reference in New Issue
Block a user