mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
[doc] Fix doxygen comments for members
This commit is contained in:
parent
30c2dd8d05
commit
fada0c422c
11 changed files with 55 additions and 49 deletions
|
|
@ -1015,12 +1015,12 @@ namespace {
|
|||
*/
|
||||
class CTransactionSignatureSerializer {
|
||||
private:
|
||||
const CTransaction &txTo; //! reference to the spending transaction (the one being serialized)
|
||||
const CScript &scriptCode; //! output script being consumed
|
||||
const unsigned int nIn; //! input index of txTo being signed
|
||||
const bool fAnyoneCanPay; //! whether the hashtype has the SIGHASH_ANYONECANPAY flag set
|
||||
const bool fHashSingle; //! whether the hashtype is SIGHASH_SINGLE
|
||||
const bool fHashNone; //! whether the hashtype is SIGHASH_NONE
|
||||
const CTransaction& txTo; //!< reference to the spending transaction (the one being serialized)
|
||||
const CScript& scriptCode; //!< output script being consumed
|
||||
const unsigned int nIn; //!< input index of txTo being signed
|
||||
const bool fAnyoneCanPay; //!< whether the hashtype has the SIGHASH_ANYONECANPAY flag set
|
||||
const bool fHashSingle; //!< whether the hashtype is SIGHASH_SINGLE
|
||||
const bool fHashNone; //!< whether the hashtype is SIGHASH_NONE
|
||||
|
||||
public:
|
||||
CTransactionSignatureSerializer(const CTransaction &txToIn, const CScript &scriptCodeIn, unsigned int nInIn, int nHashTypeIn) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue