mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 23:40:03 -08:00
Merge pull request #797
d662ab5rpc: print human readable time since received when printing pool (moneromooo-monero)5c9dd23rpc: add a do_not_relay boolean to tx submission (moneromooo-monero)
This commit is contained in:
@@ -407,7 +407,7 @@ namespace cryptonote
|
||||
return true;
|
||||
}
|
||||
|
||||
if(!tvc.m_should_be_relayed)
|
||||
if(!tvc.m_should_be_relayed || req.do_not_relay)
|
||||
{
|
||||
LOG_PRINT_L0("[on_send_raw_tx]: tx accepted, but not relayed");
|
||||
res.reason = "Not relayed";
|
||||
|
||||
Reference in New Issue
Block a user