Log local wallet info on startup (#4869)
This commit is contained in:
parent
5a4f399def
commit
1c1502c9ce
1 changed files with 4 additions and 0 deletions
|
|
@ -1466,6 +1466,10 @@ nano::wallets::wallets (bool error_a, nano::node & node_a) :
|
|||
}
|
||||
|
||||
logger.info (nano::log::type::wallet, "Found {} wallet(s)", items.size ());
|
||||
for (auto const & item : items)
|
||||
{
|
||||
logger.info (nano::log::type::wallet, "Wallet: {}", item.first.to_string ());
|
||||
}
|
||||
|
||||
// Backup before upgrade wallets
|
||||
bool backup_required (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue