diff --git a/src/blind.h b/src/blind.h index 4f4e06a574..b207737589 100644 --- a/src/blind.h +++ b/src/blind.h @@ -2,8 +2,8 @@ // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifndef BITCOIN_WALLET_BLIND_H -#define BITCOIN_WALLET_BLIND_H +#ifndef BITCOIN_BLIND_H +#define BITCOIN_BLIND_H #include #include @@ -60,4 +60,4 @@ void RawFillBlinds(CMutableTransaction& tx, std::vector& output_value_b size_t GetNumIssuances(const CTransaction& tx); -#endif //BITCOIN_WALLET_BLIND_H +#endif //BITCOIN_BLIND_H