We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0433608 commit ef72e9bCopy full SHA for ef72e9b
src/chain.h
@@ -170,7 +170,7 @@ class CBlockIndex
170
171
//! (memory only) Number of transactions in the chain up to and including this block.
172
//! 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
+ //! Change to 64-bit type before 2024 (assuming worst case of 60 byte transactions).
174
//!
175
//! Note: this value is faked during use of a UTXO snapshot because we don't
176
//! have the underlying block data available during snapshot load.
0 commit comments