Browse Source

JSONPRC: decodepay: print 'c' value.

If they want to call getroute manually, they'll need this.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 7 years ago
parent
commit
e745572dfb
  1. 2
      lightningd/invoice.c

2
lightningd/invoice.c

@ -411,6 +411,8 @@ static void json_decodepay(struct command *cmd,
json_add_hex(response, "description_hash",
b11->description_hash,
sizeof(*b11->description_hash));
json_add_num(response, "min_final_cltv_expiry",
b11->min_final_cltv_expiry);
if (tal_len(b11->fallback)) {
struct bitcoin_address pkh;
struct ripemd160 sh;

Loading…
Cancel
Save