We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5009fb commit 5c026beCopy full SHA for 5c026be
1 file changed
src/node/nodestate.h
@@ -1276,11 +1276,6 @@ namespace ccf
1276
{
1277
setup_n2n_channels();
1278
1279
- // Since global hooks are not yet called when running CCF with ePBFT,
1280
- // opening the network to users is hardcoded here for now. See
1281
- // https://github.com/microsoft/CCF/issues/373
1282
- accept_user_connections();
1283
-
1284
consensus = std::make_shared<PbftConsensusType>(
1285
std::make_unique<pbft::Adaptor<Store>>(network.tables),
1286
n2n_channels,
0 commit comments