mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-30 12:51:04 +02:00
[doc] remove redundant PackageToValidate comment
This commit is contained in:
@@ -608,7 +608,6 @@ private:
|
||||
void ProcessPackageResult(const Package& package, const PackageMempoolAcceptResult& package_result, const std::vector<NodeId>& senders)
|
||||
EXCLUSIVE_LOCKS_REQUIRED(!m_peer_mutex, g_msgproc_mutex, cs_main);
|
||||
|
||||
/** A package to validate */
|
||||
struct PackageToValidate {
|
||||
const Package m_txns;
|
||||
const std::vector<NodeId> m_senders;
|
||||
|
Reference in New Issue
Block a user