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; }