mirror of
https://github.com/lnbook/lnbook
synced 2024-11-01 03:20:53 +00:00
ch01: replaced "/" with vs. for better readability (#262)
This commit is contained in:
parent
5f858278d7
commit
4a966975a0
@ -53,7 +53,7 @@ Payment:: When value is exchanged on the Lightning Network we call this a paymen
|
||||
|
||||
Payment Channel:: A _financial relationship_ between two nodes on the Lightning Network, typically implemented by multi-signature Bitcoin transactions that share control over bitcoin between the two Lightning nodes.
|
||||
|
||||
On-Chain/Off-Chain:: A payment is "on-chain" if it is recorded as a transaction on the Bitcoin (or other underlying) blockchain. Payments sent via payment channels between Lightning nodes, and which are not visible in the underlying blockchain, are called "off-chain" payments.
|
||||
On-Chain vs. Off-Chain:: A payment is "on-chain" if it is recorded as a transaction on the Bitcoin (or other underlying) blockchain. Payments sent via payment channels between Lightning nodes, and which are not visible in the underlying blockchain, are called "off-chain" payments.
|
||||
|
||||
More detailed definitions of these and many other terms can be found in the <<glossary>>. Throughout this book we will explain what these concepts mean and how these technologies actually work.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user