We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c5f67b + 177b875 commit 821980cCopy full SHA for 821980c
src/walletinitinterface.h
@@ -2,8 +2,8 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
-#ifndef WALLETINITINTERFACE_H
6
-#define WALLETINITINTERFACE_H
+#ifndef BITCOIN_WALLETINITINTERFACE_H
+#define BITCOIN_WALLETINITINTERFACE_H
7
8
#include <string>
9
@@ -48,4 +48,4 @@ class DummyWalletInit : public WalletInitInterface {
48
void Close() override {}
49
};
50
51
-#endif // WALLETINITINTERFACE_H
+#endif // BITCOIN_WALLETINITINTERFACE_H
0 commit comments