Improve block validity/ConnectBlock() comments
authorPeter Todd <pete@petertodd.org>
Sun, 31 Jan 2016 05:40:23 +0000 (00:40 -0500)
committerJack Grigg <jack@z.cash>
Thu, 23 May 2019 16:48:19 +0000 (17:48 +0100)
commit9b0f61af2d90a19603b6d1b46391b6e8b6cb8e30
tree8830ac0aa2131cae193e0338a4c7abe1e4bfb540
parent44b2d060efecc94fcc4f93ff4cc6720076c1cf8a
Improve block validity/ConnectBlock() comments

Previously didn't make clear that the ContextualCheckBlock* functions
meant the block headers as context - not the UTXO set itself - and that
ConnectBlock() also did UTXO-related validity checks (in the future we
may split that functionality into a separate UTXO-specific contextual
check block function).

Also, reordered to put validity checks first for better readability.
src/main.h
This page took 0.025846 seconds and 4 git commands to generate.