Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
f2e72ede
Unverified
Commit
f2e72ede
authored
3 years ago
by
Oleh Nikolaiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-4262 fix build
parent
d8be32b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ZMQMessage.cpp
zmq_src/ZMQMessage.cpp
+2
-2
No files found.
zmq_src/ZMQMessage.cpp
View file @
f2e72ede
...
...
@@ -347,7 +347,7 @@ const std::map<string, int> ZMQMessage::requests{
{
CREATE_BLS_PRIVATE_REQ
,
10
},
{
GET_BLS_PUBLIC_REQ
,
11
},
{
GET_ALL_BLS_PUBLIC_REQ
,
12
},
{
COMPLAINT_RESPONSE_REQ
,
13
},
{
MULT_G2_REQ
,
14
},
{
IS_POLY_EXISTS_REQ
,
15
},
{
GET_SERVER_STATUS_REQ
,
16
},
{
GET_SERVER_VERSION_REQ
,
17
},
{
DELETE_BLS_KEY_REQ
,
18
},
{
GET_DECRYPTION_SHARE_REQ
,
19
}
}
{
GET_DECRYPTION_SHARE_REQ
,
19
}
};
const
std
::
map
<
string
,
int
>
ZMQMessage
::
responses
{
...
...
@@ -357,5 +357,5 @@ const std::map<string, int> ZMQMessage::responses {
{
CREATE_BLS_PRIVATE_RSP
,
10
},
{
GET_BLS_PUBLIC_RSP
,
11
},
{
GET_ALL_BLS_PUBLIC_RSP
,
12
},
{
COMPLAINT_RESPONSE_RSP
,
13
},
{
MULT_G2_RSP
,
14
},
{
IS_POLY_EXISTS_RSP
,
15
},
{
GET_SERVER_STATUS_RSP
,
16
},
{
GET_SERVER_VERSION_RSP
,
17
},
{
DELETE_BLS_KEY_RSP
,
18
},
{
GET_DECRYPTION_SHARE_RSP
,
19
}
}
{
GET_DECRYPTION_SHARE_RSP
,
19
}
};
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment