Browse Source

Fix typos

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
2a979a2d5c
  1. 2
      lightningd/jsonrpc_errors.h
  2. 2
      wallet/wallet.h

2
lightningd/jsonrpc_errors.h

@ -5,7 +5,7 @@
#define LIGHTNING_LIGHTNINGD_JSONRPC_ERRORS_H #define LIGHTNING_LIGHTNINGD_JSONRPC_ERRORS_H
#include "config.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_INVALID_REQUEST -32600
#define JSONRPC2_METHOD_NOT_FOUND -32601 #define JSONRPC2_METHOD_NOT_FOUND -32601
#define JSONRPC2_INVALID_PARAMS -32602 #define JSONRPC2_INVALID_PARAMS -32602

2
wallet/wallet.h

@ -381,7 +381,7 @@ struct invoice {
/* The owning invoices object. */ /* The owning invoices object. */
struct invoices *owner; struct invoices *owner;
/* Publicly-useable fields. */ /* Publicly-usable fields. */
enum invoice_status state; enum invoice_status state;
const char *label; const char *label;
/* NULL if they specified "any" */ /* NULL if they specified "any" */

Loading…
Cancel
Save