Skip to content

Commit

Permalink
Remove hardcoded accept_user_connections (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaffre authored Oct 7, 2019
1 parent f5009fb commit 5c026be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/node/nodestate.h
Original file line number Diff line number Diff line change
Expand Up @@ -1276,11 +1276,6 @@ namespace ccf
{
setup_n2n_channels();

// Since global hooks are not yet called when running CCF with ePBFT,
// opening the network to users is hardcoded here for now. See
// https://github.com/microsoft/CCF/issues/373
accept_user_connections();

consensus = std::make_shared<PbftConsensusType>(
std::make_unique<pbft::Adaptor<Store>>(network.tables),
n2n_channels,
Expand Down

0 comments on commit 5c026be

Please sign in to comment.