aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
blob: 368f746f1a752ecdffe3d185bf745d8ba7e59f46 (plain) (blame)
1
2
3
4
5
6
7
8
#include "hotstuff/client.h"

namespace hotstuff {

const opcode_t MsgReqCmd::opcode;
const opcode_t MsgRespCmd::opcode;

}