mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
gossip_control: Change defult fuzz of getroute to 75%.
This commit is contained in:
parent
6767434ea9
commit
2db6ff9186
@ -307,7 +307,7 @@ static void json_getroute(struct command *cmd, const char *buffer, const jsmntok
|
||||
u64 msatoshi;
|
||||
unsigned cltv = 9;
|
||||
double riskfactor;
|
||||
double fuzz = 5.0;
|
||||
double fuzz = 75.0;
|
||||
u8 *seed = tal_arrz(cmd, u8, sizeof(struct siphash_seed));
|
||||
|
||||
if (!json_get_params(cmd, buffer, params,
|
||||
|
Loading…
Reference in New Issue
Block a user