Merge pull request #6214
054b4c7 protocol: request txpool contents when synced (moneromooo-monero)
This commit is contained in:
@@ -1935,6 +1935,12 @@ namespace cryptonote
|
||||
{
|
||||
m_blockchain_storage.flush_invalid_blocks();
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
bool core::get_txpool_complement(const std::vector<crypto::hash> &hashes, std::vector<cryptonote::blobdata> &txes)
|
||||
{
|
||||
return m_mempool.get_complement(hashes, txes);
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
bool core::update_blockchain_pruning()
|
||||
{
|
||||
return m_blockchain_storage.update_blockchain_pruning();
|
||||
|
||||
Reference in New Issue
Block a user