Skip to content

Commit 0af16e7

Browse files
committed
doc: add release note for #25574
1 parent 57ef2a4 commit 0af16e7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/release-notes-25574.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)