Skip to content

Commit e207330

Browse files
committed
init is not required in this case
1 parent 5893ddc commit e207330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export CC_SRC_PATH=./dist
33
export CC_NAME=assetTransferPDC
44
export CC_VERSION=1.0
55
export CC_SEQUENCE=1
6-
export CC_INIT_FCN=InitLedger
76
export CC_COLLECTIONS_CONFIG_PATH=./collections_config.json
87
export CC_SIGNATURE_POLICY="OR('Org1MSP.member','Org2MSP.member')"
8+
# export CC_INIT_FCN=InitLedger
99
# export CC_INIT_ARGS="[]"
1010
# export CC_CHANNEL="mychannel"

0 commit comments

Comments
 (0)