From 8371cfcdad8e2a6e3e567c5cef8ce1f0bb898b7a Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 20 Mar 2019 10:19:19 -0400 Subject: [PATCH] Fixup blind.h guard --- src/blind.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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