mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 23:04:35 +01:00
sendonion: remove underscores from JSON arg name.
I fixed the "sendpay" one but not this one. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1297,7 +1297,7 @@ static struct command_result *json_sendonion(struct command *cmd,
|
||||
p_opt_def("msatoshi", param_msat, &msat, AMOUNT_MSAT(0)),
|
||||
p_opt("destination", param_node_id, &destination),
|
||||
#if EXPERIMENTAL_FEATURES
|
||||
p_opt("local_offer_id", param_sha256, &local_offer_id),
|
||||
p_opt("localofferid", param_sha256, &local_offer_id),
|
||||
#endif
|
||||
NULL))
|
||||
return command_param_failed();
|
||||
|
||||
Reference in New Issue
Block a user