problem: sendrawtransaction is not enabled

This commit is contained in:
Igor Artamonov
2020-10-04 15:34:19 -04:00
parent 727814c112
commit e2d70e6721

View File

@@ -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 {