problem: critical bitcoin methods are not enabled by default
This commit is contained in:
@@ -3,7 +3,12 @@ package io.emeraldpay.dshackle.upstream.bitcoin
|
|||||||
import io.emeraldpay.dshackle.upstream.calls.DirectCallMethods
|
import io.emeraldpay.dshackle.upstream.calls.DirectCallMethods
|
||||||
|
|
||||||
class DefaultBitcoinMethods : DirectCallMethods(
|
class DefaultBitcoinMethods : DirectCallMethods(
|
||||||
listOf("getbestblockhash", "getblock", "gettransaction")
|
listOf(
|
||||||
|
"getbestblockhash", "getblock", "getblocknumber", "getblockcount",
|
||||||
|
"gettransaction", "getrawtransaction", "gettxout",
|
||||||
|
"getreceivedbyaddress", "listunspent",
|
||||||
|
"getmemorypool"
|
||||||
|
)
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user