Correction to README to add missing value for private transactions

This commit is contained in:
SatpalSandhu61 2018-05-24 12:45:39 +01:00
parent 4a77480371
commit 753e8c7b33
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ at block: 679 (Tue, 15 Nov 2016 00:01:05 UTC)
}
```
Note in particular the `v` field of "0x25" (37 in decimal) which marks this transaction as having a private payload (input).
Note in particular the `v` field value of "0x25" or "0x26" (37 or 38 in decimal) which marks this transaction as having a private payload (input).
## Demonstrating Privacy
Documentation detailing steps to demonstrate the privacy features of Quorum can be found in [quorum-examples/7nodes/README](https://github.com/jpmorganchase/quorum-examples/tree/master/examples/7nodes/README.md).