mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Remove Assertion That Pay-To-Pubkey (Unhashed) Still Used In Coinbase Txes
_includes/guide_transactions.md: * Assertions that pay-to-public-key (unhashed) was "used in all coinbase transactions" and "is more convenient" have been removed: the first statement because its provably untrue; the second because it's debatable (spending unhashed keys requires fewer bytes, so it might be more convenient). Based on feedback from @TierNolan. Thanks!
This commit is contained in:
parent
c1d491ed39
commit
c59b8e0621
1 changed files with 4 additions and 4 deletions
|
@ -340,10 +340,10 @@ scriptSig: OP_0 <sig> <sig> <redeemscript>
|
|||
|
||||
**Pubkey**
|
||||
|
||||
[Pubkey][]{:#term-pubkey}{:.term} scripts are a simplified form of the P2PH script; they’re used in all
|
||||
coinbase transactions, but they aren’t as convenient
|
||||
or secure as P2PH, so they generally
|
||||
aren’t used elsewhere.
|
||||
[Pubkey][]{:#term-pubkey}{:.term} scripts are a simplified form of the P2PH script,
|
||||
but they aren’t as
|
||||
secure as P2PH, so they generally
|
||||
aren’t used in new transactions anymore.
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue