diff options
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chain.h b/src/chain.h index 1223539e73..ef7e6f9554 100644 --- a/src/chain.h +++ b/src/chain.h @@ -216,7 +216,7 @@ public: //! (memory only) Sequential id assigned to distinguish order in which blocks are received. int32_t nSequenceId; - //! (memory only) Maximum nTime in the chain upto and including this block. + //! (memory only) Maximum nTime in the chain up to and including this block. unsigned int nTimeMax; void SetNull() @@ -247,7 +247,7 @@ public: SetNull(); } - CBlockIndex(const CBlockHeader& block) + explicit CBlockIndex(const CBlockHeader& block) { SetNull(); |