aboutsummaryrefslogtreecommitdiff
path: root/src/httprpc.h
diff options
context:
space:
mode:
authorDesWurstes <DesWurstes@users.noreply.github.com>2018-08-10 18:04:42 +0300
committerDesWurstes <DesWurstes@users.noreply.github.com>2018-08-11 09:34:47 +0300
commit2da54f5a66f91306c064d685bffcee2062b6ebd2 (patch)
tree40f645da47d8d7df2faa91c03ec01e8a740cdd41 /src/httprpc.h
parentf66e1c793eda7a6143fd03400c98512a9b6f00c7 (diff)
downloadbitcoin-2da54f5a66f91306c064d685bffcee2062b6ebd2.tar.xz
Cleanup StartRest()
Diffstat (limited to 'src/httprpc.h')
-rw-r--r--src/httprpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httprpc.h b/src/httprpc.h
index 193f8d617a..2230a8ca4e 100644
--- a/src/httprpc.h
+++ b/src/httprpc.h
@@ -23,7 +23,7 @@ void StopHTTPRPC();
/** Start HTTP REST subsystem.
* Precondition; HTTP and RPC has been started.
*/
-bool StartREST();
+void StartREST();
/** Interrupt RPC REST subsystem.
*/
void InterruptREST();