diff options
| author | practicalswift <[email protected]> | 2017-07-30 21:42:17 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-08-08 17:12:57 +0200 |
| commit | 9d5e98ff80479628492329b3b6bdce56d255baa0 (patch) | |
| tree | 14a3c69da4329598561316541c6e8d770810b9e0 /src/chain.h | |
| parent | Merge #10998: Fix upgrade cancel warnings (diff) | |
| download | discoin-9d5e98ff80479628492329b3b6bdce56d255baa0.tar.xz discoin-9d5e98ff80479628492329b3b6bdce56d255baa0.zip | |
Fix typos.
Diffstat (limited to 'src/chain.h')
| -rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index c5304b7d6..593de1917 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() |