1
0
Fork 0
forked from lthn/blockchain

fixed typo

This commit is contained in:
cryptozoidberg 2020-05-14 19:35:55 +02:00
parent 29aa2a25de
commit a9f4c63fdd
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -88,7 +88,7 @@ wallets_manager::~wallets_manager()
{
TRY_ENTRY();
stop();
LOG_LEVEL_0("[~WALLETS_MANAGER] destroyed");
LOG_PRINT_L0("[~WALLETS_MANAGER] destroyed");
CATCH_ENTRY_NO_RETURN();
}