aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-04-28 14:47:17 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-05-02 15:23:59 +0000
commitb05a89b2def301704df8f22f05a45ccf891c2b83 (patch)
treeda028bc52de857c1a89fb223ae8973859b1cf150 /src/chain.h
parent7e6d23b1719191f83af7d3e7b134a90889b5c1ef (diff)
downloadbitcoin-b05a89b2def301704df8f22f05a45ccf891c2b83.tar.xz
Non-grammatical language improvements
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 02f53cd2f2..01be2d6e5c 100644
--- a/src/chain.h
+++ b/src/chain.h
@@ -74,7 +74,7 @@ enum BlockStatus {
*/
BLOCK_VALID_TRANSACTIONS = 3,
- //! Outputs do not overspend inputs, no double spends, coinbase output ok, immature coinbase spends, BIP30.
+ //! Outputs do not overspend inputs, no double spends, coinbase output ok, no immature coinbase spends, BIP30.
//! Implies all parents are also at least CHAIN.
BLOCK_VALID_CHAIN = 4,