wallet: fix --log-file not working

This commit is contained in:
moneromooo-monero 2017-02-26 22:59:46 +00:00
parent beee286c7b
commit b8a08f199a
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
4 changed files with 30 additions and 29 deletions

View file

@ -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)