aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet_args.h')
-rw-r--r--src/wallet/wallet_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_args.h b/src/wallet/wallet_args.h
index e3466509e..cf23ffded 100644
--- a/src/wallet/wallet_args.h
+++ b/src/wallet/wallet_args.h
@@ -50,5 +50,5 @@ namespace wallet_args
const char* const usage,
boost::program_options::options_description desc_params,
const boost::program_options::positional_options_description& positional_options,
- bool log_to_console = false);
+ const char *default_log_name, bool log_to_console = false);
}