aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2018-04-02 14:31:16 +0200
committerWladimir J. van der Laan <[email protected]>2018-04-02 14:42:40 +0200
commit821980c00feef143a6ecf6af65926e18cfd30396 (patch)
treeefed13568f93ae65b7dc3ff3ec6e12d3b7433e74 /src
parentMerge #12757: Clarify include guard naming convention (diff)
parentAvoid travis lint-include-guards error (diff)
downloaddiscoin-821980c00feef143a6ecf6af65926e18cfd30396.tar.xz
discoin-821980c00feef143a6ecf6af65926e18cfd30396.zip
Merge #12857: Avoid travis lint-include-guards error
177b875 Avoid travis lint-include-guards error (Chun Kuan Lee) Pull request description: Tree-SHA512: 174c8bc2223dc3b317ab84cc09066eace229d58e061058f1d2fbf503c3587b79dc772e37afc18773379f92822fef4183652f27e9b1f6dc4abc4309af11c931e0
Diffstat (limited to 'src')
-rw-r--r--src/walletinitinterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/walletinitinterface.h b/src/walletinitinterface.h
index 47e4e2cce..a7b52685d 100644
--- a/src/walletinitinterface.h
+++ b/src/walletinitinterface.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 WALLETINITINTERFACE_H
-#define WALLETINITINTERFACE_H
+#ifndef BITCOIN_WALLETINITINTERFACE_H
+#define BITCOIN_WALLETINITINTERFACE_H
#include <string>
@@ -48,4 +48,4 @@ public:
void Close() override {}
};
-#endif // WALLETINITINTERFACE_H
+#endif // BITCOIN_WALLETINITINTERFACE_H