Skip to content

Commit

Permalink
doc: nChainTx needs to become a 64-bit earlier due to SegWit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Feb 17, 2021
1 parent 0433608 commit ef72e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class CBlockIndex

//! (memory only) Number of transactions in the chain up to and including this block.
//! This value will be non-zero only if and only if transactions for this block and all its parents are available.
//! 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).
//!
//! Note: this value is faked during use of a UTXO snapshot because we don't
//! have the underlying block data available during snapshot load.
Expand Down

0 comments on commit ef72e9b

Please sign in to comment.