From 56efc40553007fe3221fcc11992db17ef9979b7c Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Fri, 18 Feb 2022 10:43:17 +1000 Subject: [PATCH] typo - fixed quotes (#950) * typo - fixed quotes Signed-off-by: Sally MacFarlane * more quotes Signed-off-by: Sally MacFarlane --- docs/HowTo/Configure/Consensus-Protocols/Add-Validators.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/HowTo/Configure/Consensus-Protocols/Add-Validators.md b/docs/HowTo/Configure/Consensus-Protocols/Add-Validators.md index 83a73295..eb37a926 100644 --- a/docs/HowTo/Configure/Consensus-Protocols/Add-Validators.md +++ b/docs/HowTo/Configure/Consensus-Protocols/Add-Validators.md @@ -468,7 +468,7 @@ To bypass the smart contract and specify new validators: "blockperiodseconds": 2, "epochlength": 30000, "requesttimeoutseconds": 4, - “validatorcontractaddress”: “0x0000000000000000000000000000000000007777” + "validatorcontractaddress": "0x0000000000000000000000000000000000007777" }, "transitions": { "qbft": [ @@ -571,7 +571,7 @@ To bypass the smart contract and specify new validators: "blockperiodseconds": 2, "epochlength": 30000, "requesttimeoutseconds": 4, - “validatorcontractaddress”: “0x0000000000000000000000000000000000007777” + "validatorcontractaddress": "0x0000000000000000000000000000000000007777" }, "transitions": { "qbft": [ @@ -586,7 +586,7 @@ To bypass the smart contract and specify new validators: { "block": 2755, "validatorselectionmode": "contract", - "validatorcontractaddress": “0x0000000000000000000000000000000000009999” + "validatorcontractaddress": "0x0000000000000000000000000000000000009999" } ] }