From 2317aa5444c1ee35eee738ba938cc4bad3c01941 Mon Sep 17 00:00:00 2001 From: Jamie Holdstock Date: Wed, 20 Mar 2019 11:23:58 +0000 Subject: [PATCH] docs: allowHighFees arg has been implemented. Update the RPC docs which state that the allowHighFees argument of sendrawtransaction is not implemented. --- docs/json_rpc_api.mediawiki | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/json_rpc_api.mediawiki b/docs/json_rpc_api.mediawiki index 7458b3d672..2e3637fad0 100644 --- a/docs/json_rpc_api.mediawiki +++ b/docs/json_rpc_api.mediawiki @@ -228,7 +228,7 @@ the method name for further details such as parameter and return information. |- |[[#sendrawtransaction|sendrawtransaction]] |Y -|Submits the serialized, hex-encoded transaction to the local peer and relays it to the network. NOTE: dcrd does not yet implement the allowhighfees parameter, so it has no effect +|Submits the serialized, hex-encoded transaction to the local peer and relays it to the network. |- |[[#setgenerate|setgenerate]] |N @@ -1233,9 +1233,6 @@ the method name for further details such as parameter and return information. !Description |Submits the serialized, hex-encoded transaction to the local peer and relays it to the network. |- -!Notes -|dcrd does not yet implement the allowhighfees parameter, so it has no effect. -|- !Returns |"hash" (string) the hash of the transaction |-