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 {
|
class DefaultBitcoinMethods() : CallMethods {
|
||||||
|
|
||||||
private val anyResponseMethods = listOf(
|
private val anyResponseMethods = listOf(
|
||||||
"getblock",
|
"getblock", "getblockhash",
|
||||||
"gettransaction", "getrawtransaction", "gettxout",
|
"gettransaction", "getrawtransaction", "gettxout",
|
||||||
"getmemorypool"
|
"getmemorypool"
|
||||||
).sorted()
|
).sorted()
|
||||||
|
|||||||
Reference in New Issue
Block a user