Skip to content

Commit 5c026be

Browse files
authored
Remove hardcoded accept_user_connections (#418)
1 parent f5009fb commit 5c026be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node/nodestate.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,11 +1276,6 @@ namespace ccf
12761276
{
12771277
setup_n2n_channels();
12781278

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-
12841279
consensus = std::make_shared<PbftConsensusType>(
12851280
std::make_unique<pbft::Adaptor<Store>>(network.tables),
12861281
n2n_channels,

0 commit comments

Comments
 (0)