From 177b875adcf24044550b2bb3679bc36595f17a23 Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Mon, 2 Apr 2018 16:42:21 +0800 Subject: Avoid travis lint-include-guards error --- src/walletinitinterface.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/walletinitinterface.h') 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 @@ -48,4 +48,4 @@ public: void Close() override {} }; -#endif // WALLETINITINTERFACE_H +#endif // BITCOIN_WALLETINITINTERFACE_H -- cgit v1.2.3