Skip to content

Commit 821980c

Browse files
committed
Merge #12857: Avoid travis lint-include-guards error
177b875 Avoid travis lint-include-guards error (Chun Kuan Lee) Pull request description: Tree-SHA512: 174c8bc2223dc3b317ab84cc09066eace229d58e061058f1d2fbf503c3587b79dc772e37afc18773379f92822fef4183652f27e9b1f6dc4abc4309af11c931e0
2 parents 0c5f67b + 177b875 commit 821980c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/walletinitinterface.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5-
#ifndef WALLETINITINTERFACE_H
6-
#define WALLETINITINTERFACE_H
5+
#ifndef BITCOIN_WALLETINITINTERFACE_H
6+
#define BITCOIN_WALLETINITINTERFACE_H
77

88
#include <string>
99

@@ -48,4 +48,4 @@ class DummyWalletInit : public WalletInitInterface {
4848
void Close() override {}
4949
};
5050

51-
#endif // WALLETINITINTERFACE_H
51+
#endif // BITCOIN_WALLETINITINTERFACE_H

0 commit comments

Comments
 (0)