diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-28 11:08:51 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-01-28 11:28:24 +0100 |
commit | 62f2d769e45043c1f262ed45babb70fe237ad2bb (patch) | |
tree | 23fc429dc67fc4455d108a5f727e50dbb9571604 /src/rest.cpp | |
parent | 20a408ca99dad3cbb8c1cea0fe5c3d52f328061e (diff) | |
parent | d13f65ebac13ec18b7eb55176c31f1404f185c0c (diff) |
Merge #7348: MOVE ONLY: move rpc* to rpc/
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens)
a0eaff8 move rpc* to rpc/ (Daniel Cousens)
Diffstat (limited to 'src/rest.cpp')
-rw-r--r-- | src/rest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.cpp b/src/rest.cpp index ad884dac1c..ebdccc9402 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -9,7 +9,7 @@ #include "primitives/transaction.h" #include "main.h" #include "httpserver.h" -#include "rpcserver.h" +#include "rpc/server.h" #include "streams.h" #include "sync.h" #include "txmempool.h" |