mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd/json.h: remove.
There are hardly any lightningd-specific JSON functions: all that's left are the feerate ones, and there's already a comment that we should have a lightningd/feerate.h. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
401f1debc5
commit
36a29fbfbc
@@ -268,11 +268,6 @@ struct command_result *param_secrets_array(struct command *cmd,
|
||||
const jsmntok_t *tok,
|
||||
struct secret **secrets);
|
||||
|
||||
struct command_result *param_feerate_val(struct command *cmd,
|
||||
const char *name, const char *buffer,
|
||||
const jsmntok_t *tok,
|
||||
u32 **feerate_per_kw);
|
||||
|
||||
struct command_result *param_txid(struct command *cmd,
|
||||
const char *name,
|
||||
const char *buffer,
|
||||
@@ -343,4 +338,9 @@ struct command_result *param_lease_hex(struct command *cmd,
|
||||
const char *buffer,
|
||||
const jsmntok_t *tok,
|
||||
struct lease_rates **rates);
|
||||
|
||||
struct command_result *param_pubkey(struct command *cmd, const char *name,
|
||||
const char *buffer, const jsmntok_t *tok,
|
||||
struct pubkey **pubkey);
|
||||
|
||||
#endif /* LIGHTNING_COMMON_JSON_PARAM_H */
|
||||
|
||||
Reference in New Issue
Block a user