mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 20:14:29 -04:00
wallet: fix --log-file not working
This commit is contained in:
parent
beee286c7b
commit
b8a08f199a
4 changed files with 30 additions and 29 deletions
|
@ -1397,6 +1397,7 @@ int main(int argc, char** argv) {
|
|||
"monero-wallet-rpc [--wallet-file=<file>|--generate-from-json=<file>] [--rpc-bind-port=<port>]",
|
||||
desc_params,
|
||||
po::positional_options_description(),
|
||||
"monero-wallet-rpc.log",
|
||||
true
|
||||
);
|
||||
if (!vm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue