mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
Edited ch07_authorization-authentication.adoc with Atlas code editor
This commit is contained in:
parent
06929f3cc4
commit
11560e3838
@ -274,7 +274,7 @@ OP_DUP OP_HASH160 <Key Hash> OP_EQUALVERIFY OP_CHECKSIG
|
||||
The +Key Hash+ is the data that would be encoded into a legacy base58check
|
||||
address. Most applications would show the _public key hash_ in a script
|
||||
using hexadecimal encoding and not the familiar Bitcoin
|
||||
address base58check format that begins with a "1."
|
||||
address base58check format that begins with [.keep-together]#a "1."#
|
||||
|
||||
The preceding output script can be satisfied with an input script
|
||||
of the form:
|
||||
|
Loading…
Reference in New Issue
Block a user