Skip to content

Commit

Permalink
Merge "[FAB-5416] Remove bad common.Configuration doc"
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristidis authored and Gerrit Code Review committed Jul 26, 2017
2 parents d6b54c8 + f992251 commit dda9ddc
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 dda9ddc

Please sign in to comment.