aboutsummaryrefslogtreecommitdiff
path: root/src/walletinitinterface.h
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-04-02 16:42:21 +0800
committerGitHub <noreply@github.com>2018-04-02 16:42:21 +0800
commit177b875adcf24044550b2bb3679bc36595f17a23 (patch)
treeefed13568f93ae65b7dc3ff3ec6e12d3b7433e74 /src/walletinitinterface.h
parent0c5f67b8e5d9a502c6d321c5e0696bc3e9b4690d (diff)
downloadbitcoin-177b875adcf24044550b2bb3679bc36595f17a23.tar.xz
Avoid travis lint-include-guards error
Diffstat (limited to 'src/walletinitinterface.h')
-rw-r--r--src/walletinitinterface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/walletinitinterface.h b/src/walletinitinterface.h
index 47e4e2cce1..a7b52685dd 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