From 8d8f28dd52fc9f78f57842f94842c8433f1811be Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 27 Mar 2017 16:04:31 +0200 Subject: refactor: Move RPCNotifyBlockChange out of `rpc/server.h` --- src/rpc/server.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc/server.h') diff --git a/src/rpc/server.h b/src/rpc/server.h index c3692d91b7..34a9d3c24c 100644 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -198,7 +198,6 @@ bool StartRPC(); void InterruptRPC(); void StopRPC(); std::string JSONRPCExecBatch(const UniValue& vReq); -void RPCNotifyBlockChange(bool ibd, const CBlockIndex *); // Retrieves any serialization flags requested in command line argument int RPCSerializationFlags(); -- cgit v1.2.3