make it compile

pull/244/head
Jeff Becker 6 years ago
parent 6ea28fa781
commit 9d3484f797
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -202,7 +202,7 @@ llarp_ensure_router_config(std::ofstream &f, std::string basepath)
f << "[lokid]" << std::endl;
f << "enabled=false" << std::endl;
f << "jsonrpc=127.0.0.1:22023" << std::endl;
f << "#service-node-seed=/path/to/servicenode/seed" << std::Endl;
f << "#service-node-seed=/path/to/servicenode/seed" << std::endl;
f << std::endl;
f << "# network settings " << std::endl;
f << "[network]" << std::endl;

Loading…
Cancel
Save