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 1
1
Updated RPCs
2
2
------------
3
3
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)
3437
3437
{" blockchain" , &getchainstates},
3438
3438
{" hidden" , &invalidateblock},
3439
3439
{" hidden" , &reconsiderblock},
3440
- {" hidden " , &waitfornewblock},
3441
- {" hidden " , &waitforblock},
3442
- {" hidden " , &waitforblockheight},
3440
+ {" blockchain " , &waitfornewblock},
3441
+ {" blockchain " , &waitforblock},
3442
+ {" blockchain " , &waitforblockheight},
3443
3443
{" hidden" , &syncwithvalidationinterfacequeue},
3444
3444
};
3445
3445
for (const auto & c : commands) {
You can’t perform that action at this time.
0 commit comments