From 9115226f00ca70aa6ac2ac00cba5c4f8c2a78394 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 31 Mar 2025 15:23:39 +0400 Subject: [PATCH] fixed tyoe --- src/wallet/wallets_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index 39604ea3..8ecfad74 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -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"); } }