forked from lthn/blockchain
added ms to lock time report
This commit is contained in:
parent
490198feee
commit
048886c4e9
1 changed files with 1 additions and 1 deletions
|
|
@ -2369,7 +2369,7 @@ void wallet_lock_time_watching_policy::watch_lock_time(uint64_t lock_time)
|
|||
{
|
||||
if (lock_time > 500)
|
||||
{
|
||||
LOG_PRINT_RED_L0("[wallet_lock_time_watching_policy::watch_lock_time] LOCK_TIME: " << lock_time);
|
||||
LOG_PRINT_RED_L0("[wallet_lock_time_watching_policy::watch_lock_time] LOCK_TIME: " << lock_time) << "ms";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue