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
Currently peer cli receives ordering service endpoint via
environmental variable CORE_PEER_COMMITTER_LEDGER_ORDERER.
Because ordering service endpoint will be provided with
configuration transaction in the ledger block the env.
variable will be depricate. This commit is 1 out of 3, takes
care to switch peer cli to use new command line parameter,
for example:
peer channel create -o ordering_host:port ....
Change-Id: I82fcb4f425d80489cb815b706b2d2d01b5e26827
Signed-off-by: Artem Barger <[email protected]>
0 commit comments