1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch07_authorization-authentication.adoc with Atlas code editor

This commit is contained in:
clenser 2023-10-19 12:10:41 +00:00
parent e4e1aa0f4a
commit fb2377bcab

View File

@ -1905,7 +1905,7 @@ between a spend by a million users involved in an extraordinarily complex
contract or a single user just spending their saved bitcoins.
When spending is possible using just the key, such as for a single signature
or scriptless multisignature, that is called _keypath spending_. When
or scriptless multisignature, that is((("keypath spending")))((("scriptpath spending"))) called _keypath spending_. When
the tree of scripts is used, that is called _scriptpath spending_.
For keypath spending, the data that gets put onchain is the public key
(in a witness program) and the signature (on the witness stack).