Fix doxygen comment for payTxFee

This commit is contained in:
MarcoFalke 2015-12-19 14:27:15 +01:00 committed by Jack Grigg
parent 996d6c3f54
commit f4caccc6ef
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 3 deletions

View File

@ -37,9 +37,7 @@
using namespace std;
using namespace libzcash;
/**
* 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;