1
0
Fork 0
forked from lthn/blockchain

fixed tyoe

This commit is contained in:
cryptozoidberg 2025-03-31 15:23:39 +04:00
parent 857a7eabe2
commit 9115226f00
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) << "ms";
LOG_PRINT_RED_L0("[wallet_lock_time_watching_policy::watch_lock_time] LOCK_TIME: " << lock_time << "ms");
}
}