ensure consistent header comment naming conventions

- BITCOIN_FOLDER_SUBFOLDER_FILENAME_H
This commit is contained in:
Philip Kaufmann
2015-03-21 18:15:31 +01:00
committed by Wladimir J. van der Laan
parent 9e16cb108e
commit a21df62069
10 changed files with 28 additions and 28 deletions

View File

@@ -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_CRYPTER_H
#define BITCOIN_CRYPTER_H
#ifndef BITCOIN_WALLET_CRYPTER_H
#define BITCOIN_WALLET_CRYPTER_H
#include "keystore.h"
#include "serialize.h"
@@ -193,4 +193,4 @@ public:
boost::signals2::signal<void (CCryptoKeyStore* wallet)> NotifyStatusChanged;
};
#endif // BITCOIN_CRYPTER_H
#endif // BITCOIN_WALLET_CRYPTER_H