Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelsavannah committed Mar 8, 2019
1 parent b4821ab commit 369efaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/simple_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ namespace bzn::option_names
const std::string MEM_STORAGE = "mem_storage";
const std::string MONITOR_ADDRESS = "monitor_address";
const std::string MONITOR_PORT = "monitor_port";
const std::string MONITOR_COLLATE = "MONITOR_COLLATE";
const std::string MONITOR_COLLATE_INTERVAL_SECONDS = "MONITOR_COLLATE_INTERVAL_SECONDS";
const std::string MONITOR_COLLATE = "monitor_collate";
const std::string MONITOR_COLLATE_INTERVAL_SECONDS = "monitor_collate_interval_seconds";
const std::string NODE_UUID = "uuid";
const std::string NODE_PUBKEY_FILE = "public_key_file";
const std::string NODE_PRIVATEKEY_FILE = "private_key_file";
Expand Down

0 comments on commit 369efaf

Please sign in to comment.