Skip to content

Commit 177b875

Browse files
authored
Avoid travis lint-include-guards error
1 parent 0c5f67b commit 177b875

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)