mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
lightningd: return both obsolete and modern blindedpaths from "blindedpath" RPC.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -727,7 +727,7 @@ static struct command_result *use_reply_path(struct command *cmd,
|
||||
struct tlv_obs2_onionmsg_payload_reply_path *rpath;
|
||||
|
||||
rpath = json_to_obs2_reply_path(cmd, buf,
|
||||
json_get_member(buf, result, "blindedpath"));
|
||||
json_get_member(buf, result, "obs2blindedpath"));
|
||||
if (!rpath)
|
||||
plugin_err(cmd->plugin,
|
||||
"could not parse reply path %.*s?",
|
||||
|
||||
Reference in New Issue
Block a user