basic signed key images info shown

This commit is contained in:
moneroexamples 2016-10-24 13:52:44 +08:00
parent fc17deb58c
commit f3411767cc
1 changed files with 1 additions and 1 deletions

View File

@ -92,6 +92,7 @@ int main(int ac, const char* av[]) {
else
{
// if not given assume it is located in ~./bitmonero/lmdb2 folder
// or ~./bitmonero/testnet/lmdb2 for testnet network
custom_db_path_str = blockchain_path.parent_path().string()
+ string("/lmdb2");
}
@ -99,7 +100,6 @@ int main(int ac, const char* av[]) {
custom_db_path_str = xmreg::remove_trailing_path_separator(custom_db_path_str);
string deamon_url {*deamon_url_opt};
if (testnet)