diff --git a/lightningd/pay.c b/lightningd/pay.c index 168090432..8127f6e8a 100644 --- a/lightningd/pay.c +++ b/lightningd/pay.c @@ -315,7 +315,7 @@ static void json_sendpay(struct command *cmd, if (!peer->owner || !streq(peer->owner->name, "lightningd_channel")) { command_fail(cmd, "first peer in %s", - peer->owner ? "limbo" : peer->owner->name); + peer->owner ? peer->owner->name : "limbo"); return; }