forked from lthn/blockchain
fixed tyoe
This commit is contained in:
parent
857a7eabe2
commit
9115226f00
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) << "ms";
|
||||
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