rpc: unhide waitfor{block,newblock,blockheight}

They are now reliable. An earlier commit dropped their
IsRPCRunning() guards so they also work in the GUI.
This commit is contained in:
Sjors Provoost
2025-02-19 13:39:41 +01:00
parent 0786b7509a
commit c6e2c31c55
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
Updated RPCs
------------
- The waitfornewblock RPC takes an optional `current_tip` argument. (#30635)
- 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)