0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

doc: nChainTx needs to become a 64-bit earlier due to SegWit

This commit is contained in:
Sjors Provoost 2019-10-21 18:11:27 +02:00
parent 04336086d3
commit ef72e9bd41
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -170,7 +170,7 @@ public:
//! (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.