diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 11f386a7f..b1579c5e3 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -343,7 +343,9 @@ func startNode(ctx *cli.Context, stack *node.Node) { } }() - //initialize permission as we can create eth client only after the node and RPC are started + // Quorum + // + // checking if permissions is enabled and staring the permissions service if stack.IsPermissionEnabled() { if err := permission.StartPermissionService(stack); err != nil { utils.Fatalf("Unable to start Smart Contract based Permission Service due to %s", err)