Update help regarding new -wallet option for relative paths

This commit is contained in:
Jonathan "Duke" Leto
2020-09-04 19:40:29 -07:00
parent 5315ded786
commit ad3e5db501
3 changed files with 4 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ using namespace libzcash;
/**
* Settings
*/
const char * DEFAULT_WALLET_DAT = "wallet.dat";
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;