From a0c1c8b4dff9b4ed1c9750b5d7fc7a777aac7a85 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 25 Jun 2025 16:46:37 +0400 Subject: [PATCH] fixed typo --- 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 7b9aa012..a1d1d7cd 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, tx blob: " << << req.tx_as_hex); + LOG_PRINT_L0("[on_send_raw_tx]: tx accepted, but not relayed, tx blob: " << req.tx_as_hex); res.status = "Not relayed"; return true; }