mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
Fix doxygen comment for payTxFee
This commit is contained in:
@ -33,9 +33,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
/**
|
||||
* Settings
|
||||
*/
|
||||
/** Transaction fee set by the user */
|
||||
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
|
||||
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
|
||||
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;
|
||||
|
Reference in New Issue
Block a user