rename variable

pull/1151/head
Jeff Becker 4 years ago
parent 9ff31f6402
commit 158a9018f3
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1026,7 +1026,7 @@ namespace llarp
LogError(Name(), " send via path failed for lookup");
}
}
return lookedUp == (NumParalellLookups * RequestsPerLookup);
return lookedUp == (NumParallelLookups * RequestsPerLookup);
}
bool

Loading…
Cancel
Save