[#COINBASE_MATURITY] = COINBASE_MATURITY :mrdocs: Coinbase transaction outputs can only be spent after this number of new blocks (network rule) == Synopsis Declared in `<consensus/consensus.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int COINBASE_MATURITY = 100; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#