Skip to content

Commit ef72e9b

Browse files
committed
doc: nChainTx needs to become a 64-bit earlier due to SegWit
1 parent 0433608 commit ef72e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class CBlockIndex
170170

171171
//! (memory only) Number of transactions in the chain up to and including this block.
172172
//! This value will be non-zero only if and only if transactions for this block and all its parents are available.
173-
//! Change to 64-bit type when necessary; won't happen before 2030
173+
//! Change to 64-bit type before 2024 (assuming worst case of 60 byte transactions).
174174
//!
175175
//! Note: this value is faked during use of a UTXO snapshot because we don't
176176
//! have the underlying block data available during snapshot load.

0 commit comments

Comments
 (0)