add estimatesmartfee bitcoin method
This commit is contained in:
@@ -43,6 +43,7 @@ class DefaultBitcoinMethods : CallMethods {
|
|||||||
private val anyResponseMethods = listOf(
|
private val anyResponseMethods = listOf(
|
||||||
"getblockhash",
|
"getblockhash",
|
||||||
"getrawtransaction",
|
"getrawtransaction",
|
||||||
|
"estimatesmartfee",
|
||||||
).sorted()
|
).sorted()
|
||||||
|
|
||||||
private val headVerifiedMethods = listOf(
|
private val headVerifiedMethods = listOf(
|
||||||
|
|||||||
Reference in New Issue
Block a user