Fix doxygen comment for payTxFee

This commit is contained in:
MarcoFalke 2015-12-19 14:27:15 +01:00
parent 317462123f
commit fa06ce0949

View file

@ -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;