diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-14 13:01:21 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-14 13:07:05 +0000 |
| commit | 81c384e408edef2eeced88ea1cf976720b6fed32 (patch) | |
| tree | 878d7c3bdd4410f99aa0eb4167d7d82a7ba7e816 /tests/core_proxy/core_proxy.cpp | |
| parent | 2806842200d848b02c2c9c1816dbbc6e4803c923 (diff) | |
| download | monzero-core-81c384e408edef2eeced88ea1cf976720b6fed32.tar.gz monzero-core-81c384e408edef2eeced88ea1cf976720b6fed32.tar.xz monzero-core-81c384e408edef2eeced88ea1cf976720b6fed32.zip | |
fix do_not_relay not preventing relaying on a timer
Also print its value when printing pool
Diffstat (limited to 'tests/core_proxy/core_proxy.cpp')
| -rw-r--r-- | tests/core_proxy/core_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_proxy/core_proxy.cpp b/tests/core_proxy/core_proxy.cpp index 256faeccb..6202eea0d 100644 --- a/tests/core_proxy/core_proxy.cpp +++ b/tests/core_proxy/core_proxy.cpp @@ -165,7 +165,7 @@ string tx2str(const cryptonote::transaction& tx, const cryptonote::hash256& tx_h return ss.str(); }*/ -bool tests::proxy_core::handle_incoming_tx(const cryptonote::blobdata& tx_blob, cryptonote::tx_verification_context& tvc, bool keeped_by_block, bool relayed) { +bool tests::proxy_core::handle_incoming_tx(const cryptonote::blobdata& tx_blob, cryptonote::tx_verification_context& tvc, bool keeped_by_block, bool relayed, bool do_not_relay) { if (!keeped_by_block) return true; |
