modified the error message

This commit is contained in:
vsmk98 2019-02-07 14:35:22 +08:00
parent 1f527f7b3b
commit 680dd3cd7f
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ func (p *PermissionCtrl) populateInitPermission() error {
log.Info("SMK-populateInitPermission @471 ", "err", err, "initAcctCnt", initAcctCnt)
if err == nil && initAcctCnt.Cmp(big.NewInt(0)) == 0 {
utils.Fatalf("Permissioned network being brought up with zero accounts having full access. Add accounts as a part of genesis.json and bring up the network")
utils.Fatalf("Permissioned network being brought up with zero accounts having full access. Add permissioned full access accounts in genesis.json and bring up the network")
}
// populate initial account access to full access
err = p.populateInitAccountAccess(permissionsSession)