mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
doc: improve rawtransaction code/test docs
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user