diff --git a/lightningd/pay.c b/lightningd/pay.c index 133b4066d..5e44ec11e 100644 --- a/lightningd/pay.c +++ b/lightningd/pay.c @@ -1354,10 +1354,6 @@ static struct command_result *param_route_hop_style(struct command *cmd, return NULL; } - /* We still let you *specify* this, but we ignore it! */ - if (deprecated_apis && json_tok_streq(buffer, tok, "legacy")) - return NULL; - return command_fail_badparam(cmd, name, buffer, tok, "should be 'tlv' ('legacy' not supported)"); }