mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Fix indentation
This commit is contained in:
parent
8b0ed27c43
commit
73022d91c6
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue