You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the json rpc api doc, sendrawtransaction has a param allowhighfees, and the description says "dcrd does not yet implement this parameter, so it has no effect"
In the json rpc api doc,
sendrawtransaction
has a paramallowhighfees
, and the description says "dcrd does not yet implement this parameter, so it has no effect"Actually, it has been implemented:
dcrd/rpcserver.go
Line 5036 in 6c5f659
So the doc can be updated
The text was updated successfully, but these errors were encountered: