mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Removed "one" word used twice consecutively
Removed one of the "one" word used twice consecutively in the comment above the loadFromConfig method call
This commit is contained in:
parent
8a458b5cdc
commit
9aa3edd63a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async function getClientForOrg (userorg, username) {
|
|||
// lets only load the network settings and save the client for later
|
||||
let client = hfc.loadFromConfig(hfc.getConfigSetting('network'+config));
|
||||
|
||||
// This will load a connection profile over the top of the current one one
|
||||
// This will load a connection profile over the top of the current one
|
||||
// since the first one did not have a client section and the following one does
|
||||
// nothing will actually be replaced.
|
||||
// This will also set an admin identity because the organization defined in the
|
||||
|
|
|
|||
Loading…
Reference in a new issue