diff options
author | Martin Zumsande <mzumsande@gmail.com> | 2023-01-19 15:33:15 -0500 |
---|---|---|
committer | Martin Zumsande <mzumsande@gmail.com> | 2023-02-16 17:58:52 -0500 |
commit | 0af16e7134459e0820ab95d751093876c1ec4c6d (patch) | |
tree | 0f4f63afb3725b42558922e7d9b2fd2d84d46274 | |
parent | 57ef2a4812f443b2d734f43cebf3ef5038da83f2 (diff) |
doc: add release note for #25574
-rw-r--r-- | doc/release-notes-25574.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release-notes-25574.md b/doc/release-notes-25574.md new file mode 100644 index 0000000000..312a99d95b --- /dev/null +++ b/doc/release-notes-25574.md @@ -0,0 +1,13 @@ +Updated settings +---------------- + +If the `-checkblocks` or `-checklevel` options are explicitly provided by the +user, but the verification checks cannot be completed due to an insufficient +dbcache, Bitcoin Core will now return an error at startup. (#25574) + +RPC +--- +The `-verifychain` RPC will now return `false` if the checks didn't fail, +but couldn't be completed at the desired depth and level. This could be due +to missing data while pruning, due to an insufficient dbcache or due to +the node being shutdown before the call could finish. (#25574) |