mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch06_transactions.adoc with Atlas code editor
This commit is contained in:
parent
138d1e8457
commit
9d7f230bc2
@ -419,7 +419,7 @@ tracked the version of the transaction.
|
|||||||
|
|
||||||
For example, imagine Alice and Bob want to bet on a game of cards. They
|
For example, imagine Alice and Bob want to bet on a game of cards. They
|
||||||
start by each signing a transaction that deposits some money into an
|
start by each signing a transaction that deposits some money into an
|
||||||
output with a script that requires signatures from both of them to spend, a
|
output with a script that requires signatures from both of them to ((("multisignature scripts")))((("setup transactions")))spend, a
|
||||||
_multisignature_ script (_multisig_ for short). This is called the
|
_multisignature_ script (_multisig_ for short). This is called the
|
||||||
_setup transaction_. They then create a transaction that spends that
|
_setup transaction_. They then create a transaction that spends that
|
||||||
output:
|
output:
|
||||||
@ -466,8 +466,8 @@ alternative scenarios:
|
|||||||
got lucky and a block was discovered before Alice's version arrived,
|
got lucky and a block was discovered before Alice's version arrived,
|
||||||
it's Alice's version of the transaction that will get confirmed.
|
it's Alice's version of the transaction that will get confirmed.
|
||||||
|
|
||||||
This type of protocol is what we now call a _payment channel_.
|
This type of protocol is what we now ((("payment channels")))call a _payment channel_.
|
||||||
Bitcoin's creator, in an email attributed to him, called these
|
Bitcoin's creator, in an email attributed to him, called((("high-frequency transactions"))) these
|
||||||
_high-frequency transactions_ and described a number of features added to
|
_high-frequency transactions_ and described a number of features added to
|
||||||
the protocol to support them. We'll learn about several of those other
|
the protocol to support them. We'll learn about several of those other
|
||||||
features later and also discover how modern versions of payment channels
|
features later and also discover how modern versions of payment channels
|
||||||
|
Loading…
Reference in New Issue
Block a user