doc: improve rawtransaction code/test docs

This commit is contained in:
Jon Atack
2019-09-21 16:00:38 +02:00
parent acc14c5093
commit 5c1cd78b7e
2 changed files with 13 additions and 11 deletions

View File

@@ -39,9 +39,9 @@
#include <univalue.h>
/** High fee rate for sendrawtransaction and testmempoolaccept.
* By default, transaction with a fee rate higher than this will be rejected by
* the RPCs. This can be overridden with the maxfeerate argument.
/** Maximum fee rate for sendrawtransaction and testmempoolaccept.
* By default, a transaction with a fee rate higher than this will be rejected
* by the RPCs. This can be overridden with the maxfeerate argument.
*/
static const CFeeRate DEFAULT_MAX_RAW_TX_FEE_RATE{COIN / 10};