mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
This commit is contained in:
@@ -8,18 +8,12 @@
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "json/json_spirit_reader_template.h"
|
||||
#include "json/json_spirit_writer_template.h"
|
||||
#include "json/json_spirit_utils.h"
|
||||
|
||||
#define printf OutputDebugStringF
|
||||
|
||||
// using namespace boost::asio;
|
||||
using namespace json_spirit;
|
||||
using namespace std;
|
||||
|
||||
extern Object JSONRPCError(int code, const string& message);
|
||||
|
||||
class CTxDump
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user