From 753e8c7b33fa8f4c62c2786c8dbe9666791b3ea5 Mon Sep 17 00:00:00 2001 From: SatpalSandhu61 Date: Thu, 24 May 2018 12:45:39 +0100 Subject: [PATCH] Correction to README to add missing value for private transactions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd6b46d31..5518dc1a7 100644 --- a/README.md +++ b/README.md @@ -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).