rpc: add optional blockhash to waitfornewblock

This commit is contained in:
Sjors Provoost
2024-11-21 13:35:19 +01:00
parent bfeacc18b3
commit 0786b7509a
3 changed files with 22 additions and 4 deletions

4
doc/release-30635.md Normal file
View File

@@ -0,0 +1,4 @@
Updated RPCs
------------
- The waitfornewblock RPC takes an optional `current_tip` argument. (#30635)