Browse Source

Fix doxygen comment for payTxFee

0.13
MarcoFalke 9 years ago
parent
commit
fa06ce0949
  1. 4
      src/wallet/wallet.cpp

4
src/wallet/wallet.cpp

@ -33,9 +33,7 @@ @@ -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;

Loading…
Cancel
Save