From aa3aca7c4d933b7a7d13b4ac4f72ba2c656ae65e Mon Sep 17 00:00:00 2001 From: Joel Burget Date: Fri, 1 Dec 2017 10:23:22 -0500 Subject: [PATCH] Remove mention of old `quorum` api in README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 92e89c689..2a68faf4d 100644 --- a/README.md +++ b/README.md @@ -89,20 +89,6 @@ at block: 679 (Tue, 15 Nov 2016 00:01:05 UTC) datadir: /home/ubuntu/quorum-examples/7nodes/qdata/dd2 modules: admin:1.0 debug:1.0 eth:1.0 net:1.0 personal:1.0 quorum:1.0 rpc:1.0 txpool:1.0 web3:1.0 -> quorum.nodeInfo -{ - blockMakerAccount: "0xca843569e3427144cead5e4d5999a3d0ccf92b8e", - blockmakestrategy: { - maxblocktime: 10, - minblocktime: 3, - status: "active", - type: "deadline" - }, - canCreateBlocks: true, - canVote: true, - voteAccount: "0x0fbdc686b912d7722dc86510934589e0aaf3b55a" -} - # let's look at the private txn created earlier: > eth.getTransaction("0xbfb7bfb97ba9bacbf768e67ac8ef05e4ac6960fc1eeb6ab38247db91448b8ec6") {