Skip to content

Commit 7feaf49

Browse files
committed
Add code.
1 parent 0f86d1b commit 7feaf49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/bitcoin/node/error.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ enum error_t : uint8_t
6060

6161
/// faults (terminal, code error and store corruption assumed)
6262
protocol1,
63+
protocol2,
6364
header1,
6465
organize1,
6566
organize2,

src/error.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ DEFINE_ERROR_T_MESSAGE_MAP(error)
5050

5151
/// faults
5252
{ protocol1, "protocol1" },
53+
{ protocol2, "protocol2" },
5354
{ header1, "header1" },
5455
{ organize1, "organize1" },
5556
{ organize2, "organize2" },

0 commit comments

Comments
 (0)