permission: updated comments

This commit is contained in:
vsmk98 2019-08-15 11:34:47 +08:00
parent b4d7b1e282
commit 91d85aa15c
1 changed files with 3 additions and 1 deletions

View File

@ -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)