diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-03-26 17:24:17 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-03-26 17:24:17 -0400 |
commit | adc258608144e249d478e901876cb181a1f635e9 (patch) | |
tree | fccadedb92f2f41c92d21800a558db74620b120b /src/validation.h | |
parent | 7466a26cab5d66665991433947964a638f5b957e (diff) |
doc: Refer to witness reserved value as spec. in the BIP
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index e780f453b2..10e1eb484a 100644 --- a/src/validation.h +++ b/src/validation.h @@ -411,7 +411,7 @@ bool IsWitnessEnabled(const CBlockIndex* pindexPrev, const Consensus::Params& pa /** When there are blocks in the active chain with missing data, rewind the chainstate and remove them from the block index */ bool RewindBlockIndex(const CChainParams& params); -/** Update uncommitted block structures (currently: only the witness nonce). This is safe for submitted blocks. */ +/** Update uncommitted block structures (currently: only the witness reserved value). This is safe for submitted blocks. */ void UpdateUncommittedBlockStructures(CBlock& block, const CBlockIndex* pindexPrev, const Consensus::Params& consensusParams); /** Produce the necessary coinbase commitment for a block (modifies the hash, don't call for mined blocks). */ |