Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix transaction parameterin in docs/test_network.md #969

Closed
wants to merge 1 commit into from
Closed

Fix transaction parameterin in docs/test_network.md #969

wants to merge 1 commit into from

Conversation

obermeier
Copy link
Contributor

The current command does not update the ledger because CAR9 does not exists. The real name is CAR009
If you flow the original doc this will lead to the error:
Error: endorsement failure during invoke. response: status:500 message:"error in simulation: transaction returned with failure: Car CAR9 does not exist"

Type of change

  • Documentation update

Description

Go and Java implementations use a three-digit number for the key. Example

Signed-off-by: Stefan Obermeier scray@stefan-obermeier.de

The current command does not update the ledger because CAR9 does not exists. The real name is CAR009
If you flow the original doc this will lead to the error:
```Error: endorsement failure during invoke. response: status:500 message:"error in simulation: transaction returned with failure: Car CAR9 does not exist"```

Go and Java implementations use a three-digit number for the key. [Example](https://github.com/hyperledger/fabric-samples/blob/4bb48a909cf7109f3915562fc08d1cbb4cb14dde/chaincode/fabcar/java/src/main/java/org/hyperledger/fabric/samples/fabcar/FabCar.java#L98)

Signed-off-by: Stefan Obermeier <scray@stefan-obermeier.de>
@obermeier obermeier requested review from a team as code owners March 31, 2020 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants