gossip_control: Change defult fuzz of getroute to 75%.

This commit is contained in:
ZmnSCPxj 2018-02-24 01:10:39 +00:00 committed by Rusty Russell
parent 6767434ea9
commit 2db6ff9186

View File

@ -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,