diff options
| author | MarcoFalke <[email protected]> | 2018-09-26 15:44:44 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-09-26 15:42:21 -0400 |
| commit | fa69ac761441af3e1195fbb4018b18233a4433d2 (patch) | |
| tree | ce4f9f1b51db76f3b46249efae526701f6ee9b7f /src/primitives/transaction.h | |
| parent | Merge #13877: utils: Make fs::path::string() always return utf-8 string on Wi... (diff) | |
| download | discoin-fa69ac761441af3e1195fbb4018b18233a4433d2.tar.xz discoin-fa69ac761441af3e1195fbb4018b18233a4433d2.zip | |
doxygen: Fix member comments
Diffstat (limited to 'src/primitives/transaction.h')
| -rw-r--r-- | src/primitives/transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index fb9db508d..6d8b530f6 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -64,7 +64,7 @@ public: COutPoint prevout; CScript scriptSig; uint32_t nSequence; - CScriptWitness scriptWitness; //! Only serialized through CTransaction + CScriptWitness scriptWitness; //!< Only serialized through CTransaction /* Setting nSequence to this value for every input in a transaction * disables nLockTime. */ |