Skip to content

Commit

Permalink
[FAB-5416] Remove bad common.Configuration doc
Browse files Browse the repository at this point in the history
The configtxlator doc references the common.Configuration type which
does not exist.  Instead, it intends to refer to common.Config.

This CR fixes this in both the rst and the md.

Change-Id: I10bf0b6013e81411006c53b548afd7060021bac0
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Jul 25, 2017
1 parent 60f8f32 commit f992251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/configtxlator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ the command:
Any of the configuration related protos, including ``common.Block``,
``common.Envelope``, ``common.ConfigEnvelope``, ``common.ConfigUpdateEnvelope``,
``common.Configuration``, and ``common.ConfigUpdate`` are valid targets for
``common.Config``, and ``common.ConfigUpdate`` are valid targets for
these URLs. In the future, other proto decoding types may be added, such as
for endorser transactions.

Expand Down
2 changes: 1 addition & 1 deletion examples/configtxupdate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For instance, re-encode the block saved as `configuration_block.json`, run the c
curl -X POST --data-binary @configuration_block.json http://127.0.0.1:7059/protolator/encode/common.Block
```

Any of the configuration related protos, including `common.Block`, `common.Envelope`, `common.ConfigEnvelope`, `common.ConfigUpdateEnvelope`, `common.Configuration`, and `common.ConfigUpdate` are valid targets for these URLs. In the future, other proto decoding types may be added, such as for endorser transactions.
Any of the configuration related protos, including `common.Block`, `common.Envelope`, `common.ConfigEnvelope`, `common.ConfigUpdateEnvelope`, `common.Config`, and `common.ConfigUpdate` are valid targets for these URLs. In the future, other proto decoding types may be added, such as for endorser transactions.

## Config update computation

Expand Down

0 comments on commit f992251

Please sign in to comment.