add estimatesmartfee bitcoin method

This commit is contained in:
Termina1
2024-01-10 20:45:52 +02:00
parent 5728d84934
commit a46d7879ad

View File

@@ -43,6 +43,7 @@ class DefaultBitcoinMethods : CallMethods {
private val anyResponseMethods = listOf(
"getblockhash",
"getrawtransaction",
"estimatesmartfee",
).sorted()
private val headVerifiedMethods = listOf(