From 048886c4e9525587323e97ce18a7abcaf33334c5 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Mon, 31 Mar 2025 13:39:44 +0400 Subject: [PATCH] added ms to lock time report --- 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 d0b6af6e..39604ea3 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); + LOG_PRINT_RED_L0("[wallet_lock_time_watching_policy::watch_lock_time] LOCK_TIME: " << lock_time) << "ms"; } }