Separate testnet default data dir

This commit is contained in:
Zachary Michaels
2014-09-08 17:30:50 -04:00
committed by Riccardo Spagni
parent 3ef7f33300
commit 018e251cc0
5 changed files with 44 additions and 31 deletions
+1
View File
@@ -203,4 +203,5 @@ namespace command_line
extern const arg_descriptor<bool> arg_help;
extern const arg_descriptor<bool> arg_version;
extern const arg_descriptor<std::string> arg_data_dir;
extern const arg_descriptor<std::string> arg_testnet_data_dir;
}