daemon: add dev-routefail command.

We're about to change the code so that if it can't route, it will fail
the HTLC.  The current low-level tests will hate this, so have a dev switch
to turn that off.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-06-30 09:08:10 +09:30
parent bf3acfab62
commit f4f0c1aa18
5 changed files with 38 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ static const struct json_command *cmdlist[] = {
&signcommit_command,
&output_command,
&add_route_command,
&routefail_command,
};
static void json_help(struct command *cmd,