You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eclair-core/src/main/scala/fr/acinq/eclair/blockchain/fee/FeeProvider.scala
+1-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ trait FeeProvider {
27
27
defgetFeerates:Future[FeeratesPerKB]
28
28
}
29
29
30
-
caseobjectCannotRetrieveFeeratesextendsRuntimeException("cannot retrieve feerates: channels may be at risk")
30
+
caseobjectCannotRetrieveFeeratesextendsRuntimeException("cannot retrieve feerates, channels may be at risk: ensure bitcoind estimatesmartfee correctly returns feerates and restart eclair")
0 commit comments