File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11Updated RPCs
22------------
33
4- - The waitfornewblock RPC takes an optional ` current_tip ` argument. (#30635 )
4+ - The waitfornewblock now takes an optional ` current_tip ` argument. It is also no longer hidden. (#30635 )
5+ - The waitforblock and waitforblockheight RPCs are no longer hidden. (#30635 )
Original file line number Diff line number Diff line change @@ -3437,9 +3437,9 @@ void RegisterBlockchainRPCCommands(CRPCTable& t)
34373437 {" blockchain" , &getchainstates},
34383438 {" hidden" , &invalidateblock},
34393439 {" hidden" , &reconsiderblock},
3440- {" hidden " , &waitfornewblock},
3441- {" hidden " , &waitforblock},
3442- {" hidden " , &waitforblockheight},
3440+ {" blockchain " , &waitfornewblock},
3441+ {" blockchain " , &waitforblock},
3442+ {" blockchain " , &waitforblockheight},
34433443 {" hidden" , &syncwithvalidationinterfacequeue},
34443444 };
34453445 for (const auto & c : commands) {
You can’t perform that action at this time.
0 commit comments