problem: getblockhash (block by height) method is not available on bitcoin
This commit is contained in:
@@ -23,7 +23,7 @@ import java.util.*
|
||||
class DefaultBitcoinMethods() : CallMethods {
|
||||
|
||||
private val anyResponseMethods = listOf(
|
||||
"getblock",
|
||||
"getblock", "getblockhash",
|
||||
"gettransaction", "getrawtransaction", "gettxout",
|
||||
"getmemorypool"
|
||||
).sorted()
|
||||
|
||||
Reference in New Issue
Block a user