From dc1e7ad7a5713d885f70ccc6c93e7a4c07e76559 Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Tue, 15 Feb 2022 09:29:53 -0500 Subject: Add doc/design/libraries.md --- src/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chain.h') 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, }; -- cgit v1.2.3