From d8677c2a21477a94a714dde92cea490b5c202c66 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 4 Dec 2020 09:46:03 -0500 Subject: [PATCH] Hush dat rpc --- src/rpc/client.h | 6 +++--- src/rpc/protocol.h | 6 +++--- src/rpc/register.h | 4 ++-- src/rpc/server.h | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/rpc/client.h b/src/rpc/client.h index ac67525db..e0955339c 100644 --- a/src/rpc/client.h +++ b/src/rpc/client.h @@ -18,8 +18,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_RPCCLIENT_H -#define BITCOIN_RPCCLIENT_H +#ifndef HUSH_RPCCLIENT_H +#define HUSH_RPCCLIENT_H #include @@ -29,4 +29,4 @@ UniValue RPCConvertValues(const std::string& strMethod, const std::vector #include @@ -105,4 +105,4 @@ bool GetAuthCookie(std::string *cookie_out); /** Delete RPC authentication cookie from disk */ void DeleteAuthCookie(); -#endif // BITCOIN_RPCPROTOCOL_H +#endif // HUSH_RPCPROTOCOL_H diff --git a/src/rpc/register.h b/src/rpc/register.h index df4733ffc..2493e447b 100644 --- a/src/rpc/register.h +++ b/src/rpc/register.h @@ -17,8 +17,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_RPCREGISTER_H -#define BITCOIN_RPCREGISTER_H +#ifndef HUSH_RPCREGISTER_H +#define HUSH_RPCREGISTER_H /** These are in one header file to avoid creating tons of single-function * headers for everything under src/rpc/ */ diff --git a/src/rpc/server.h b/src/rpc/server.h index 65422ab1b..b81bef49b 100644 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -19,8 +19,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_RPCSERVER_H -#define BITCOIN_RPCSERVER_H +#ifndef HUSH_RPCSERVER_H +#define HUSH_RPCSERVER_H #include "amount.h" #include "rpc/protocol.h" @@ -527,4 +527,4 @@ extern UniValue pricesrefillfund(const UniValue& params, bool fHelp, const CPubK -#endif // BITCOIN_RPCSERVER_H +#endif // HUSH_RPCSERVER_H