problem: sendrawtransaction is not enabled
This commit is contained in:
@@ -44,7 +44,7 @@ class DefaultBitcoinMethods() : CallMethods {
|
|||||||
"sendrawtransaction"
|
"sendrawtransaction"
|
||||||
).sorted()
|
).sorted()
|
||||||
|
|
||||||
private val allowedMethods = (freshMethods + anyResponseMethods + hardcodedMethods + headVerifiedMethods).sorted()
|
private val allowedMethods = (freshMethods + anyResponseMethods + headVerifiedMethods + hardcodedMethods + broadcastMethods).sorted()
|
||||||
|
|
||||||
override fun getQuorumFor(method: String): CallQuorum {
|
override fun getQuorumFor(method: String): CallQuorum {
|
||||||
return when {
|
return when {
|
||||||
|
|||||||
Reference in New Issue
Block a user