Code formatting
This commit is contained in:
parent
e575334e30
commit
1ae9470dab
2 changed files with 11 additions and 11 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include <graphene/peerplays_sidechain/sidechain_net_handler.hpp>
|
||||
|
||||
#include <thread>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <zmq_addon.hpp>
|
||||
|
||||
#include <boost/signals2.hpp>
|
||||
|
|
|
|||
|
|
@ -1104,7 +1104,7 @@ void zmq_listener::handle_zmq() {
|
|||
try {
|
||||
std::vector<zmq::message_t> msg;
|
||||
auto res = zmq::recv_multipart(socket, std::back_inserter(msg));
|
||||
if (res.has_value()){
|
||||
if (res.has_value()) {
|
||||
if (3 != *res) {
|
||||
elog("zmq::recv_multipart returned: ${res}", ("res", *res));
|
||||
throw zmq::error_t();
|
||||
|
|
|
|||
Loading…
Reference in a new issue