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
`configtxgen` always loads TopLevel from config yaml, which logs `OrdererType`
in `Orderer` section, whose value is `solo` in most our sample configs.
However, loaded TopLevel is only used when `--printOrg` is specified.
This CR changes `configtxgen` to load TopLevel only when `--printOrg` is
specified.
FAB-16332 #done
Change-Id: I4065905bd5ba993c4d31123c3b766f26270df699
Signed-off-by: Jay Guo <guojiannan1101@gmail.com>
0 commit comments