File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ Configuration Transaction Generator
324
324
The ``configtxgen tool `` is used to create four configuration artifacts:
325
325
326
326
* orderer ``genesis block ``,
327
- * channel ``channel configuration transaction ``,
327
+ * channel ``configuration transaction ``,
328
328
* and two ``anchor peer transactions `` - one for each Peer Org.
329
329
330
330
Please see :doc: `configtxgen ` for a complete description of the use of this
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Chaincode
46
46
Chaincode is software defining an asset or assets, and the transaction instructions for
47
47
modifying the asset(s). In other words, it's the business logic. Chaincode enforces the rules for reading
48
48
or altering key value pairs or other state database information. Chaincode functions execute against
49
- the ledger current state database and are initiated through a transaction proposal. Chaincode execution
49
+ the ledger's current state database and are initiated through a transaction proposal. Chaincode execution
50
50
results in a set of key value writes (write set) that can be submitted to the network and applied to
51
51
the ledger on all peers.
52
52
You can’t perform that action at this time.
0 commit comments