From 14a5f17f8dcb98d3b7192eed3b37e4304557eca1 Mon Sep 17 00:00:00 2001 From: blip151 <57341793+blip151@users.noreply.github.com> Date: Wed, 6 Nov 2019 16:27:06 +1000 Subject: [PATCH] Update glossary.asciidoc This is an update that reflects the current status of the Lightning Project. --- glossary.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.asciidoc b/glossary.asciidoc index b40dcdf9..b49611f7 100644 --- a/glossary.asciidoc +++ b/glossary.asciidoc @@ -105,7 +105,7 @@ LevelDB:: LevelDB is an open source on-disk key-value store. LevelDB is a light-weight, single-purpose library for persistence with bindings to many platforms. Lightning Networks:: - Lightning Network is a proposed implementation of Hashed Timelock Contracts (HTLCs) with bi-directional payment channels which allows payments to be securely routed across multiple peer-to-peer payment channels. This allows the formation of a network where any peer on the network can pay any other peer even if they don't directly have a channel open between each other. + Lightning Network is an implementation of Hashed Timelock Contracts (HTLCs) with bi-directional payment channels which allows payments to be securely routed across multiple peer-to-peer payment channels. This allows the formation of a network where any peer on the network can pay any other peer even if they don't directly have a channel open between each other. Locktime:: Locktime, or more technically nLockTime, is the part of a transaction which indicates the earliest time or earliest block when that transaction may be added to the block chain.