You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in the warning message in
common/tools/configtxgen/encoder/encoder.go at L143
Also L193, L255, L274, and L312 have the same typo.
This CR fixes the typos.
Change-Id: Icdea45f372ef22a635617d8d9103149f53ffc7f8
Signed-off-by: Nao Nishijima <nao.nishijima@hal.hitachi.com>
logger.Warningf("Default policy emission is deprecated, please include policy specificiations for the orderer org group %s in configtx.yaml", conf.Name)
255
+
logger.Warningf("Default policy emission is deprecated, please include policy specifications for the orderer org group %s in configtx.yaml", conf.Name)
logger.Warningf("Default policy emission is deprecated, please include policy specificiations for the application org group %s in configtx.yaml", conf.Name)
312
+
logger.Warningf("Default policy emission is deprecated, please include policy specifications for the application org group %s in configtx.yaml", conf.Name)
0 commit comments