mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
A sample application in Write Your First Application has an unnecessary parameter “chainId” in a transaction proposal request. Since a channel name is included in a channel object, it is not required in a request. This CR removes the parameter ”chainId” from the sample code. FAB-12215 #done Change-Id: I1e9b24c791a2129534766805855d05e78b050149 Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com> |
||
|---|---|---|
| .. | ||
| enrollAdmin.js | ||
| invoke.js | ||
| package.json | ||
| query.js | ||
| registerUser.js | ||