Commit cd71ca9 1 parent ab56c33 commit cd71ca9 Copy full SHA for cd71ca9
File tree 9 files changed +1
-126
lines changed
asset_management_with_roles
9 files changed +1
-126
lines changed Original file line number Diff line number Diff line change @@ -408,20 +408,6 @@ ledger:
408
408
409
409
blockchain :
410
410
411
- # Define the genesis block
412
- genesisBlock :
413
-
414
- # Deploy chaincodes into the genesis block
415
- chaincodes :
416
-
417
- # sample_syscc:
418
- # path: github.com/hyperledger/fabric/core/system_chaincode/sample_syscc
419
- # type: GOLANG
420
- # constructor:
421
- # args:
422
- # - greetings
423
- # - hello world
424
-
425
411
# Setting the deploy-system-chaincode property to false will prevent the
426
412
# deploying of system chaincode at genesis time.
427
413
deploy-system-chaincode : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ var genesisLogger = logging.MustGetLogger("genesis")
28
28
var makeGenesisError error
29
29
var once sync.Once
30
30
31
- // MakeGenesis creates the genesis block based on configuration in core.yaml
32
- // and adds it to the blockchain.
31
+ // MakeGenesis creates the genesis block and adds it to the blockchain.
33
32
func MakeGenesis () error {
34
33
once .Do (func () {
35
34
ledger , err := ledger .GetLedger ()
Original file line number Diff line number Diff line change @@ -211,21 +211,6 @@ ledger:
211
211
212
212
blockchain :
213
213
214
- # Define the genesis block
215
- genesisBlock :
216
-
217
- # Deploy chaincodes into the genesis block
218
- chaincode :
219
- path : github.com/hyperledger/fabric/core/example/chaincode/chaincode_example01
220
- type : GOLANG
221
- constructor :
222
- func : init
223
- args :
224
- - alice
225
- - " 4"
226
- - bob
227
- - " 10"
228
-
229
214
state :
230
215
231
216
# Control the number state deltas that are maintained. This takes additional
Original file line number Diff line number Diff line change @@ -344,9 +344,6 @@ ledger:
344
344
345
345
blockchain :
346
346
347
- # Define the genesis block
348
- genesisBlock :
349
-
350
347
state :
351
348
352
349
# Control the number state deltas that are maintained. This takes additional
Original file line number Diff line number Diff line change @@ -422,21 +422,6 @@ ledger:
422
422
423
423
blockchain :
424
424
425
- # Define the genesis block
426
- genesisBlock :
427
-
428
- # Deploy chaincodes into the genesis block
429
- # chaincode:
430
- # path: github.com/hyperledger/fabric/core/example/chaincode/chaincode_example01
431
- # type: GOLANG
432
- # constructor:
433
- # func: init
434
- # args:
435
- # - alice
436
- # - "4"
437
- # - bob
438
- # - "10"
439
-
440
425
# Setting the deploy-system-chaincode property to false will prevent the
441
426
# deploying of system chaincode at genesis time.
442
427
deploy-system-chaincode : false
Original file line number Diff line number Diff line change @@ -397,21 +397,6 @@ ledger:
397
397
398
398
blockchain :
399
399
400
- # Define the genesis block
401
- genesisBlock :
402
-
403
- # Deploy chaincodes into the genesis block
404
- # chaincode:
405
- # path: github.com/hyperledger/fabric/core/example/chaincode/chaincode_example01
406
- # type: GOLANG
407
- # constructor:
408
- # func: init
409
- # args:
410
- # - alice
411
- # - "4"
412
- # - bob
413
- # - "10"
414
-
415
400
# Setting the deploy-system-chaincode property to false will prevent the
416
401
# deploying of system chaincode at genesis time.
417
402
deploy-system-chaincode : false
Original file line number Diff line number Diff line change @@ -265,23 +265,6 @@ ledger:
265
265
266
266
blockchain :
267
267
268
- # Define the genesis block
269
- genesisBlock :
270
-
271
- # Deploy chaincodes into the genesis block
272
- # chaincode:
273
- # - id:
274
- # url: github.com/hyperledger/fabric/core/example/chaincode/chaincode_example01
275
- # version: 0.1.0
276
- # type: GOLANG
277
- # constructor:
278
- # func: init
279
- # args:
280
- # - alice
281
- # - "4"
282
- # - bob
283
- # - "10"
284
-
285
268
state :
286
269
287
270
# Control the number state deltas that are maintained. This takes additional
Original file line number Diff line number Diff line change @@ -335,9 +335,6 @@ ledger:
335
335
336
336
blockchain :
337
337
338
- # Define the genesis block
339
- genesisBlock :
340
-
341
338
state :
342
339
343
340
# Control the number state deltas that are maintained. This takes additional
You can’t perform that action at this time.
0 commit comments