From 6f556c2b60806611338f213c82f24b7a746edc0d Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 4 Dec 2020 09:46:21 -0500 Subject: [PATCH] Hush dat wallet --- src/wallet/crypter.h | 6 +++--- src/wallet/db.h | 6 +++--- src/wallet/rpchushwallet.h | 6 +++--- src/wallet/rpcwallet.h | 6 +++--- src/wallet/wallet.h | 6 +++--- src/wallet/wallet_ismine.h | 6 +++--- src/wallet/walletdb.h | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h index 63db9ecd1..a493ceecc 100644 --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -18,8 +18,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_CRYPTER_H -#define BITCOIN_WALLET_CRYPTER_H +#ifndef HUSH_WALLET_CRYPTER_H +#define HUSH_WALLET_CRYPTER_H #include "keystore.h" #include "serialize.h" @@ -256,4 +256,4 @@ public: boost::signals2::signal NotifyStatusChanged; }; -#endif // BITCOIN_WALLET_CRYPTER_H +#endif // HUSH_WALLET_CRYPTER_H diff --git a/src/wallet/db.h b/src/wallet/db.h index e749fe715..93a624eef 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -18,8 +18,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_DB_H -#define BITCOIN_WALLET_DB_H +#ifndef HUSH_WALLET_DB_H +#define HUSH_WALLET_DB_H #include "clientversion.h" #include "serialize.h" @@ -332,4 +332,4 @@ public: bool static Rewrite(const std::string& strFile, const char* pszSkip = NULL); }; -#endif // BITCOIN_WALLET_DB_H +#endif // HUSH_WALLET_DB_H diff --git a/src/wallet/rpchushwallet.h b/src/wallet/rpchushwallet.h index 56a732f75..416c5b45a 100644 --- a/src/wallet/rpchushwallet.h +++ b/src/wallet/rpchushwallet.h @@ -3,8 +3,8 @@ // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html -#ifndef BITCOIN_WALLET_RPCHUSHWALLET_H -#define BITCOIN_WALLET_RPCHUSHWALLET_H +#ifndef HUSH_WALLET_RPCHUSHWALLET_H +#define HUSH_WALLET_RPCHUSHWALLET_H struct balancestruct { CAmount confirmed; @@ -19,4 +19,4 @@ void zsTxSendsToJSON(const CWalletTx& wtx, UniValue& sends, CAmount& totalSends, void zsWalletTxJSON(const CWalletTx& wtx, UniValue& ret, const std::string strAddress, bool fBool, const int returnType); -#endif //BITCOIN_WALLET_RPCWALLET_H +#endif //HUSH_WALLET_RPCWALLET_H diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h index 19c4bf937..a05d3b820 100644 --- a/src/wallet/rpcwallet.h +++ b/src/wallet/rpcwallet.h @@ -17,11 +17,11 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_RPCWALLET_H -#define BITCOIN_WALLET_RPCWALLET_H +#ifndef HUSH_WALLET_RPCWALLET_H +#define HUSH_WALLET_RPCWALLET_H class CRPCTable; void RegisterWalletRPCCommands(CRPCTable &tableRPC); -#endif //BITCOIN_WALLET_RPCWALLET_H +#endif //HUSH_WALLET_RPCWALLET_H diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index a63c07fb9..1f9820dc4 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -19,8 +19,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_WALLET_H -#define BITCOIN_WALLET_WALLET_H +#ifndef HUSH_WALLET_WALLET_H +#define HUSH_WALLET_WALLET_H #include "amount.h" #include "asyncrpcoperation.h" @@ -1499,4 +1499,4 @@ public: #define RETURN_IF_ERROR(CCerror) if ( CCerror != "" ) { ERR_RESULT(CCerror); return(result); } -#endif // BITCOIN_WALLET_WALLET_H +#endif // HUSH_WALLET_WALLET_H diff --git a/src/wallet/wallet_ismine.h b/src/wallet/wallet_ismine.h index 309d6acf2..a6a9cd550 100644 --- a/src/wallet/wallet_ismine.h +++ b/src/wallet/wallet_ismine.h @@ -18,8 +18,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_WALLET_ISMINE_H -#define BITCOIN_WALLET_WALLET_ISMINE_H +#ifndef HUSH_WALLET_WALLET_ISMINE_H +#define HUSH_WALLET_WALLET_ISMINE_H #include "key.h" #include "script/standard.h" @@ -43,4 +43,4 @@ typedef uint8_t isminefilter; isminetype IsMine(const CKeyStore& keystore, const CScript& scriptPubKey); isminetype IsMine(const CKeyStore& keystore, const CTxDestination& dest); -#endif // BITCOIN_WALLET_WALLET_ISMINE_H +#endif // HUSH_WALLET_WALLET_ISMINE_H diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 66c35a14a..ad743b41e 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -19,8 +19,8 @@ * * ******************************************************************************/ -#ifndef BITCOIN_WALLET_WALLETDB_H -#define BITCOIN_WALLET_WALLETDB_H +#ifndef HUSH_WALLET_WALLETDB_H +#define HUSH_WALLET_WALLETDB_H #include "amount.h" #include "wallet/db.h" @@ -219,4 +219,4 @@ private: bool BackupWallet(const CWallet& wallet, const std::string& strDest); void ThreadFlushWalletDB(const std::string& strFile); -#endif // BITCOIN_WALLET_WALLETDB_H +#endif // HUSH_WALLET_WALLETDB_H