aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-03-26 17:24:17 -0400
committerMarcoFalke <[email protected]>2018-03-26 17:24:17 -0400
commitadc258608144e249d478e901876cb181a1f635e9 (patch)
treefccadedb92f2f41c92d21800a558db74620b120b /src/validation.h
parentMerge #12760: Docs: Improve documentation on standard communication channels (diff)
downloaddiscoin-adc258608144e249d478e901876cb181a1f635e9.tar.xz
discoin-adc258608144e249d478e901876cb181a1f635e9.zip
doc: Refer to witness reserved value as spec. in the BIP
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index e780f453b..10e1eb484 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). */