1
0
Fork 0
forked from lthn/blockchain

fixed typo

This commit is contained in:
cryptozoidberg 2025-06-25 16:46:37 +04:00
parent 2b3360f66a
commit a0c1c8b4df
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, 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;
}