1
0
Fork 0
forked from lthn/blockchain

added more logs

This commit is contained in:
cryptozoidberg 2025-06-25 16:41:26 +04:00
parent ffa94febc6
commit 2b3360f66a
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

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