lnwallet: remove unused WebAPIEstimator field

This commit is contained in:
Joost Jager
2020-09-14 11:24:12 +02:00
parent c704c5747a
commit 23cd2f40eb
3 changed files with 2 additions and 10 deletions

View File

@@ -192,7 +192,7 @@ func TestWebAPIFeeEstimator(t *testing.T) {
fees: testFees,
}
estimator := NewWebAPIEstimator(feeSource, 10)
estimator := NewWebAPIEstimator(feeSource)
// Test that requesting a fee when no fees have been cached fails.
_, err := estimator.EstimateFeePerKW(5)