diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2022-02-15 09:29:53 -0500 |
---|---|---|
committer | Ryan Ofsky <ryan@ofsky.org> | 2022-02-15 09:29:53 -0500 |
commit | dc1e7ad7a5713d885f70ccc6c93e7a4c07e76559 (patch) | |
tree | be7dc000f44b76b645d43d2d8e40f40b6aae478c /src/chain.h | |
parent | 8fe6f5a6fbcd8083d916cb630f35f8f5980d6825 (diff) |
Add doc/design/libraries.md
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index 24b5026aba..ecc2ae732f 100644 --- a/src/chain.h +++ b/src/chain.h @@ -138,7 +138,7 @@ enum BlockStatus : uint32_t { * If set, this indicates that the block index entry is assumed-valid. * Certain diagnostics will be skipped in e.g. CheckBlockIndex(). * It almost certainly means that the block's full validation is pending - * on a background chainstate. See `doc/assumeutxo.md`. + * on a background chainstate. See `doc/design/assumeutxo.md`. */ BLOCK_ASSUMED_VALID = 256, }; |