Extend range of valid estimateSmartFee in test of logged socket.io

pull/7/head
Martin Boehm 2018-05-14 15:47:47 +02:00
parent 56c1c85b1a
commit 993fe001e4
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ func verifyEstimateSmartFee(t *testing.T, id int, lrs *logRequestResponse, bbRes
}
// it is not possible to compare fee directly, it changes over time,
// verify that the BB fee is in a reasonable range
if bbResponse.Result > 0 && bbResponse.Result < 1e-3 {
if bbResponse.Result > 0 && bbResponse.Result < .1 {
stat.SuccessCount++
} else {
t.Log("estimateSmartFee", id, "mismatch bb:", bbResponse.Result,