We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b4e4 commit bdbe698Copy full SHA for bdbe698
src/init/index.ts
@@ -65,6 +65,7 @@ const DEFAULT_FABLO_CONFIG: FabloConfigJson = {
65
lang: "node",
66
channel: "my-channel1",
67
directory: "./chaincodes/chaincode-kv-node",
68
+ endorsement: "AND ('Org1MSP.member')",
69
privateData: [],
70
},
71
],
0 commit comments