mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 04:24:54 -04:00
Merge pull request #6214
054b4c7
protocol: request txpool contents when synced (moneromooo-monero)
This commit is contained in:
commit
096e2135dd
9 changed files with 147 additions and 0 deletions
|
@ -109,5 +109,7 @@ namespace tests
|
|||
bool pad_transactions() const { return false; }
|
||||
uint32_t get_blockchain_pruning_seed() const { return 0; }
|
||||
bool prune_blockchain(uint32_t pruning_seed) const { return true; }
|
||||
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; }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue