|
|
@ -16,6 +16,8 @@ class CBlockIndex; |
|
|
|
#include "json/json_spirit_writer_template.h" |
|
|
|
#include "json/json_spirit_writer_template.h" |
|
|
|
#include "json/json_spirit_utils.h" |
|
|
|
#include "json/json_spirit_utils.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "util.h" |
|
|
|
|
|
|
|
|
|
|
|
json_spirit::Object JSONRPCError(int code, const std::string& message); |
|
|
|
json_spirit::Object JSONRPCError(int code, const std::string& message); |
|
|
|
|
|
|
|
|
|
|
|
void ThreadRPCServer(void* parg); |
|
|
|
void ThreadRPCServer(void* parg); |
|
|
|