problem: getblockhash (block by height) method is not available on bitcoin

This commit is contained in:
Igor Artamonov
2020-05-25 16:59:57 -04:00
parent b35a450f04
commit d7bb121ef0

View File

@@ -23,7 +23,7 @@ import java.util.*
class DefaultBitcoinMethods() : CallMethods {
private val anyResponseMethods = listOf(
"getblock",
"getblock", "getblockhash",
"gettransaction", "getrawtransaction", "gettxout",
"getmemorypool"
).sorted()