Fix compilation of nano_wallet on macosx (#4327)
This commit is contained in:
parent
0377c4f97c
commit
5bb885a2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ int run_wallet (QApplication & application, int argc, char * const * argv, std::
|
|||
}
|
||||
|
||||
auto network = node->network_params.network.get_current_network_as_string ();
|
||||
rpc_process = std::make_unique<boost::process::child> (config.rpc.child_process.rpc_path, "--daemon", "--data_path", data_path, "--network", network);
|
||||
rpc_process = std::make_unique<boost::process::child> (config.rpc.child_process.rpc_path, "--daemon", "--data_path", data_path.string (), "--network", network);
|
||||
}
|
||||
}
|
||||
QObject::connect (&application, &QApplication::aboutToQuit, [&] () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue