mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 10:12:16 -04:00
core: notify the txpool when transactions are relayed
This commit is contained in:
parent
f3c374fe08
commit
1e163666f3
5 changed files with 24 additions and 0 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
bool cleanup_handle_incoming_blocks(bool force_sync = false) { return true; }
|
||||
uint64_t get_target_blockchain_height() const { return 1; }
|
||||
size_t get_block_sync_size() const { return BLOCKS_SYNCHRONIZING_DEFAULT_COUNT; }
|
||||
virtual void on_transaction_relayed(const cryptonote::blobdata& tx) {}
|
||||
};
|
||||
|
||||
typedef nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<test_core>> Server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue