mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Code cleanup and naming consistency improvement. (#73)
This commit is contained in:
@@ -192,7 +192,7 @@ int main(int argc, char **argv)
|
||||
LOG_INFO << "Operating mode: "
|
||||
<< (conf::cfg.mode == conf::OPERATING_MODE::OBSERVING ? "Observing" : "Proposing");
|
||||
|
||||
statefs::init(conf::ctx.statehistdir);
|
||||
statefs::init(conf::ctx.state_hist_dir);
|
||||
|
||||
if (p2p::init() != 0 || usr::init() != 0 || cons::init() != 0)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user