Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
52584def
Commit
52584def
authored
12 years ago
by
Jeff Garzik
Committed by
Jeff Garzik
12 years ago
Browse files
Options
Download
Email Patches
Plain Diff
rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h.
parent
db2bc213
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bitcoinrpc.h
+2
-0
src/bitcoinrpc.h
src/rpcdump.cpp
+0
-6
src/rpcdump.cpp
with
2 additions
and
6 deletions
+2
-6
src/bitcoinrpc.h
View file @
52584def
...
...
@@ -13,6 +13,8 @@
#include "json/json_spirit_writer_template.h"
#include "json/json_spirit_utils.h"
json_spirit
::
Object
JSONRPCError
(
int
code
,
const
std
::
string
&
message
);
void
ThreadRPCServer
(
void
*
parg
);
int
CommandLineRPC
(
int
argc
,
char
*
argv
[]);
...
...
This diff is collapsed.
Click to expand it.
src/rpcdump.cpp
View file @
52584def
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help