mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
[doc] remove redundant PackageToValidate comment
This commit is contained in:
parent
9a762efc7a
commit
c2ada05307
1 changed files with 0 additions and 1 deletions
|
@ -608,7 +608,6 @@ private:
|
||||||
void ProcessPackageResult(const Package& package, const PackageMempoolAcceptResult& package_result, const std::vector<NodeId>& senders)
|
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);
|
EXCLUSIVE_LOCKS_REQUIRED(!m_peer_mutex, g_msgproc_mutex, cs_main);
|
||||||
|
|
||||||
/** A package to validate */
|
|
||||||
struct PackageToValidate {
|
struct PackageToValidate {
|
||||||
const Package m_txns;
|
const Package m_txns;
|
||||||
const std::vector<NodeId> m_senders;
|
const std::vector<NodeId> m_senders;
|
||||||
|
|
Loading…
Add table
Reference in a new issue