forked from lthn/blockchain
added more logs
This commit is contained in:
parent
ffa94febc6
commit
2b3360f66a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue