We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ef2a4 commit 0af16e7Copy full SHA for 0af16e7
doc/release-notes-25574.md
@@ -0,0 +1,13 @@
1
+Updated settings
2
+----------------
3
+
4
+If the `-checkblocks` or `-checklevel` options are explicitly provided by the
5
+user, but the verification checks cannot be completed due to an insufficient
6
+dbcache, Bitcoin Core will now return an error at startup. (#25574)
7
8
+RPC
9
+---
10
+The `-verifychain` RPC will now return `false` if the checks didn't fail,
11
+but couldn't be completed at the desired depth and level. This could be due
12
+to missing data while pruning, due to an insufficient dbcache or due to
13
+the node being shutdown before the call could finish. (#25574)
0 commit comments