From 2b3360f66aca3f7ae08b438365d29955601b2730 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 25 Jun 2025 16:41:26 +0400 Subject: [PATCH] added more logs --- src/rpc/core_rpc_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/core_rpc_server.cpp b/src/rpc/core_rpc_server.cpp index a498ec18..7b9aa012 100644 --- a/src/rpc/core_rpc_server.cpp +++ b/src/rpc/core_rpc_server.cpp @@ -919,7 +919,7 @@ namespace currency if(!tvc.m_should_be_relayed) { - LOG_PRINT_L0("[on_send_raw_tx]: tx accepted, but not relayed"); + LOG_PRINT_L0("[on_send_raw_tx]: tx accepted, but not relayed, tx blob: " << << req.tx_as_hex); res.status = "Not relayed"; return true; }