diff options
| author | practicalswift <[email protected]> | 2018-01-28 13:14:54 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-01-28 13:21:25 +0100 |
| commit | 1340eda3b7b6ca2789d6ec65dad72ee4c3844661 (patch) | |
| tree | 8e1ef2755ead1bd1de86ccc28387767326d381e0 /doc | |
| parent | Merge #12270: Update chainTxData for 0.16 (diff) | |
| download | discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.tar.xz discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.zip | |
Fix typos
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-process.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index f429b4bbd..219bb1860 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -13,7 +13,7 @@ Before every minor and major release: * Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`) * Write release notes (see below) * Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc. -* Update `src/chainparams.cpp` defaultAssumeValid with information from the getblockhash rpc. +* Update `src/chainparams.cpp` defaultAssumeValid with information from the getblockhash rpc. - The selected value must not be orphaned so it may be useful to set the value two blocks back from the tip. - Testnet should be set some tens of thousands back from the tip due to reorgs there. - This update should be reviewed with a reindex-chainstate with assumevalid=0 to catch any defect |