From 6cc67a1961efe5d9705d21b4ca496700971128f4 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 12 Nov 2014 05:17:23 -0800 Subject: [PATCH] Made changes to glossary.asciidoc --- glossary.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index 3bc1b0ec..ea2f9b6e 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -22,7 +22,7 @@ confirmations:: Once a transaction is included in a block, it has one confirmation. As soon as _another_ block is mined on the same block chain, the transaction has two confirmations, and so on. Six or more confirmations is considered sufficient proof that a transaction cannot be reversed.((("confirmations"))) difficulty:: - A network-wide setting that controls how much computation is required to find a Proof-Of-Work.((("difficulty"))) + A network-wide setting that controls how much computation is required to produce a proof of work.((("difficulty"))) difficulty target:: A difficulty at which all the computation in the network will find blocks approximately every 10 minutes.((("target difficulty")))