1
0
Fork 0
forked from lthn/blockchain

added ms to lock time report

This commit is contained in:
cryptozoidberg 2025-03-31 13:39:44 +04:00
parent 490198feee
commit 048886c4e9
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -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";
}
}