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.
1 parent dbf1dc2 commit 4c83c0eCopy full SHA for 4c83c0e
src/script/script_error.h
@@ -3,8 +3,8 @@
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
-#ifndef BITCOIN_SCRIPT_ERROR_H
7
-#define BITCOIN_SCRIPT_ERROR_H
+#ifndef BITCOIN_SCRIPT_SCRIPT_ERROR_H
+#define BITCOIN_SCRIPT_SCRIPT_ERROR_H
8
9
typedef enum ScriptError_t
10
{
@@ -54,4 +54,4 @@ typedef enum ScriptError_t
54
55
const char* ScriptErrorString(const ScriptError error);
56
57
-#endif // BITCOIN_SCRIPT_ERROR_H
+#endif // BITCOIN_SCRIPT_SCRIPT_ERROR_H
0 commit comments