mirror of
https://github.com/monero-project/monero.git
synced 2025-06-06 03:08:48 -04:00
protocol: fix false positives dropping peers
it'd trigger on reorgs
This commit is contained in:
parent
b2221881a1
commit
bcdc6c62b7
3 changed files with 23 additions and 23 deletions
|
@ -93,6 +93,7 @@ public:
|
|||
bool has_block_weights(uint64_t height, uint64_t nblocks) const { return false; }
|
||||
bool get_txpool_complement(const std::vector<crypto::hash> &hashes, std::vector<cryptonote::blobdata> &txes) { return false; }
|
||||
bool get_pool_transaction_hashes(std::vector<crypto::hash>& txs, bool include_unrelayed_txes = true) const { return false; }
|
||||
crypto::hash get_block_id_by_height(uint64_t height) const { return crypto::null_hash; }
|
||||
void stop() {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue