bitcoin/doc/release-30635.md
Sjors Provoost c6e2c31c55
rpc: unhide waitfor{block,newblock,blockheight}
They are now reliable. An earlier commit dropped their
IsRPCRunning() guards so they also work in the GUI.
2025-04-22 10:34:35 +02:00

6 lines
212 B
Markdown

Updated RPCs
------------
- The waitfornewblock now takes an optional `current_tip` argument. It is also no longer hidden. (#30635)
- The waitforblock and waitforblockheight RPCs are no longer hidden. (#30635)