permission: corrected typo on subOrgBreadth and Deapth variable names

This commit is contained in:
vsmk98 2019-09-24 14:03:08 +08:00
parent 40fd5207dd
commit 0605495bef
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ type PermissionConfig struct {
OrgAdminRole string `json:"orgAdminRole"`
Accounts []common.Address `json:"accounts"` //initial list of account that need full access
SubOrgDepth *big.Int `json:"subOrgBreadth"`
SubOrgBreadth *big.Int `json:"subOrgDepth"`
SubOrgDepth *big.Int `json:"subOrgDepth"`
SubOrgBreadth *big.Int `json:"subOrgBreadth"`
}
type OrgKey struct {