mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-09 07:08:25 +02:00
interpreter: remove clang-tidy suppression
This commit is contained in:
@@ -1258,12 +1258,8 @@ private:
|
||||
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
|
||||
// Temporary workaround for a clang-tidy bug fixed in version 22.
|
||||
// See: https://github.com/llvm/llvm-project/issues/160394.
|
||||
// NOLINTBEGIN(modernize-use-default-member-init)
|
||||
const bool fHashSingle; //!< whether the hashtype is SIGHASH_SINGLE
|
||||
const bool fHashNone; //!< whether the hashtype is SIGHASH_NONE
|
||||
// NOLINTEND(modernize-use-default-member-init)
|
||||
|
||||
public:
|
||||
CTransactionSignatureSerializer(const T& txToIn, const CScript& scriptCodeIn, unsigned int nInIn, int nHashTypeIn) :
|
||||
|
||||
Reference in New Issue
Block a user