From 264418f80cea7fd5ae818a2a2887fab62de2b0a2 Mon Sep 17 00:00:00 2001 From: Chris Stewart Date: Wed, 30 Jul 2025 10:27:05 -0500 Subject: [PATCH] doc: Add rel note for breaking change in dumptxoutset RPC This was missed in the v29.0 release notes. --- doc/release-notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 0519f3b8366..74355ba7442 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -48,6 +48,12 @@ Notable changes - #32521 policy: make pathological transactions packed with legacy sigops non-standard +### RPC + +- The `dumptxoutset` RPC now requires a `type` parameter to be specified. To maintain pre + v29.0 behavior, use the `latest` parameter. Documenting this change was missed in the v29.0 + release notes. (#30808) + ### Updated Settings - The `-maxmempool` and `-dbcache` startup parameters are now capped on