aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-07-30 21:42:17 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-08-08 17:12:57 +0200
commit9d5e98ff80479628492329b3b6bdce56d255baa0 (patch)
tree14a3c69da4329598561316541c6e8d770810b9e0 /src/chain.h
parent2507fd55568b361080e9127f40584af2df64f76e (diff)
downloadbitcoin-9d5e98ff80479628492329b3b6bdce56d255baa0.tar.xz
Fix typos.
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h
index c5304b7d6f..593de19170 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()