diff --git a/src/auxpow.h b/src/auxpow.h index 06c13da0c..f948d8393 100644 --- a/src/auxpow.h +++ b/src/auxpow.h @@ -36,8 +36,9 @@ private: public: CTransactionRef tx; uint256 hashBlock; - // Dogecoin TODO: Is this used? If not remove. If it is, I don't think it's actually set - // anywhere. Check with Namecore + + /** Merkle branch connecting this transaction to the block's merkle root. + * Set by InitMerkleBranch() and verified in CAuxPow::check(). */ std::vector vMerkleBranch; /* An nIndex == -1 means that hashBlock (in nonzero) refers to the earliest