#include "httprpc.h"
-#include "base58.h"
#include "chainparams.h"
#include "httpserver.h"
-#include "rpcprotocol.h"
-#include "rpcserver.h"
+#include "key_io.h"
+#include "rpc/protocol.h"
+#include "rpc/server.h"
#include "random.h"
#include "sync.h"
#include "util.h"
return false;
}
+ extern bool printoutAPI;
+ if (printoutAPI == true)
+ {
+ printf("%s %s\n", jreq.strMethod.c_str(), jreq.params.write().c_str());
+ }
+
UniValue result = tableRPC.execute(jreq.strMethod, jreq.params);
// Send reply