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 0f86d1b commit 7feaf49Copy full SHA for 7feaf49
include/bitcoin/node/error.hpp
@@ -60,6 +60,7 @@ enum error_t : uint8_t
60
61
/// faults (terminal, code error and store corruption assumed)
62
protocol1,
63
+ protocol2,
64
header1,
65
organize1,
66
organize2,
src/error.cpp
@@ -50,6 +50,7 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
50
51
/// faults
52
{ protocol1, "protocol1" },
53
+ { protocol2, "protocol2" },
54
{ header1, "header1" },
55
{ organize1, "organize1" },
56
{ organize2, "organize2" },
0 commit comments