diff options
| author | Karl-Johan Alm <[email protected]> | 2019-06-20 02:39:38 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2019-07-05 11:22:02 +0900 |
| commit | 5c5e32bbe3dfa790dd8bb421fbd6301ae10b09f5 (patch) | |
| tree | 8dcdcbeae96f2a7fb03b36bfa50d269b6bc68749 /src/rest.cpp | |
| parent | rpc: fix RPC help requirements for getblocktemplate (diff) | |
| download | discoin-5c5e32bbe3dfa790dd8bb421fbd6301ae10b09f5.tar.xz discoin-5c5e32bbe3dfa790dd8bb421fbd6301ae10b09f5.zip | |
rpc: migrate JSONRPCRequest functionality into request.cpp
Diffstat (limited to 'src/rest.cpp')
| -rw-r--r-- | src/rest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.cpp b/src/rest.cpp index ab409947d..eba7aae50 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -12,6 +12,7 @@ #include <primitives/block.h> #include <primitives/transaction.h> #include <rpc/blockchain.h> +#include <rpc/protocol.h> #include <rpc/server.h> #include <streams.h> #include <sync.h> |