mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 18:39:59 +01:00
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
fafe7b3contrib: Make fix-copyright-headers.py more portable (MarcoFalke)fa27c0a[doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke)fabfd5d[qa] pull-tester: Don't mute zmq ImportError (MarcoFalke)67a5502init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan)
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
MutableTransactionSignatureCreator(const CKeyStore* keystoreIn, const CMutableTransaction* txToIn, unsigned int nInIn, const CAmount& amount, int nHashTypeIn) : TransactionSignatureCreator(keystoreIn, &tx, nInIn, amount, nHashTypeIn), tx(*txToIn) {}
|
||||
};
|
||||
|
||||
/** A signature creator that just produces 72-byte empty signatyres. */
|
||||
/** A signature creator that just produces 72-byte empty signatures. */
|
||||
class DummySignatureCreator : public BaseSignatureCreator {
|
||||
public:
|
||||
DummySignatureCreator(const CKeyStore* keystoreIn) : BaseSignatureCreator(keystoreIn) {}
|
||||
|
||||
Reference in New Issue
Block a user