Browse Source

Fix indentation

ppa-0.6.1
root 7 years ago
committed by Christian Decker
parent
commit
73022d91c6
  1. 4
      lightningd/gossip_control.c

4
lightningd/gossip_control.c

@ -296,8 +296,8 @@ static void json_getroute_reply(struct subd *gossip, const u8 *reply, const int
static void json_getroute(struct command *cmd, const char *buffer, const jsmntok_t *params)
{
struct pubkey id;
struct pubkey from_id;
struct pubkey *from_id_to_use;
struct pubkey from_id;
struct pubkey *from_id_to_use;
jsmntok_t *idtok, *msatoshitok, *riskfactortok, *cltvtok, *fromidtok;
u64 msatoshi;
unsigned cltv = 9;

Loading…
Cancel
Save