File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ Edit the `genesis_block.json` file in your favorite JSON editor, or manipulate i
106
106
```
107
107
$ export MAXBATCHSIZEPATH=".data.data[0].payload.data.config.channel_group.groups.Orderer.values.BatchSize.value.max_message_count"
108
108
# Display the old batch size
109
- $ jq "$MAXBATCHSIZEPATH" genesis_block.json
109
+ $ jq "$MAXBATCHSIZEPATH" genesis_block.json
110
110
10
111
111
112
112
# Set the new batch size
113
113
$ jq "$MAXBATCHSIZEPATH = 20" genesis_block.json > updated_genesis_block.json
114
114
115
115
# Display the new batch size
116
- $ jq "$MAXBATCHSIZEPATH" updated_genesis_block.json
116
+ $ jq "$MAXBATCHSIZEPATH" updated_genesis_block.json
117
117
20
118
118
```
119
119
The genesis block is now ready to be re-encoded into the native proto form to be used for bootstrapping.
@@ -281,7 +281,7 @@ CGO_CFLAGS=" " GOBIN=/home/yellickj/go/src/github.com/hyperledger/fabric/build/b
281
281
Binary available as build/bin/orderer
282
282
```
283
283
284
- Start the orderer using the ` SampleDevModSolo ` profile option.
284
+ Start the orderer using the ` SampleDevModeSolo ` profile option.
285
285
286
286
```
287
287
ORDERER_GENERAL_LOGLEVEL=debug ORDERER_GENERAL_GENESISPROFILE=SampleDevModeSolo orderer
You can’t perform that action at this time.
0 commit comments