Skip to content

Commit

Permalink
Fixup blind.h guard
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 20, 2019
1 parent bc9a610 commit 8371cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/blind.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <key.h>
#include <pubkey.h>
Expand Down Expand Up @@ -60,4 +60,4 @@ void RawFillBlinds(CMutableTransaction& tx, std::vector<uint256>& output_value_b

size_t GetNumIssuances(const CTransaction& tx);

#endif //BITCOIN_WALLET_BLIND_H
#endif //BITCOIN_BLIND_H

0 comments on commit 8371cfc

Please sign in to comment.