diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-09 08:33:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-09 08:33:54 +0200 |
commit | 666eaf03cf251832302fa5d358b1a6ca128db7e8 (patch) | |
tree | 77ba58aef22802188b1fe687ffc18b5bd289e739 /src/rpc/server.h | |
parent | 80a4f21d377a8120190dd0a88be364e71607157c (diff) | |
parent | d6a5dc4a2eaa0d7348804254ca09e75fc3a858ab (diff) |
Merge #8680: Address Travis spurious failures
d6a5dc4 add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests (Cory Fields)
Diffstat (limited to 'src/rpc/server.h')
-rw-r--r-- | src/rpc/server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/server.h b/src/rpc/server.h index b5ccc153d0..4e0aa2c6d6 100644 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -194,5 +194,6 @@ bool StartRPC(); void InterruptRPC(); void StopRPC(); std::string JSONRPCExecBatch(const UniValue& vReq); +void RPCNotifyBlockChange(bool ibd, const CBlockIndex *); #endif // BITCOIN_RPCSERVER_H |