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:
David A. Harding 2014-05-11 08:37:30 -04:00
parent c1d491ed39
commit c59b8e0621

View file

@ -340,10 +340,10 @@ scriptSig: OP_0 <sig> <sig> <redeemscript>
**Pubkey** **Pubkey**
[Pubkey][]{:#term-pubkey}{:.term} scripts are a simplified form of the P2PH script; theyre used in all [Pubkey][]{:#term-pubkey}{:.term} scripts are a simplified form of the P2PH script,
coinbase transactions, but they arent as convenient but they arent as
or secure as P2PH, so they generally secure as P2PH, so they generally
arent used elsewhere. arent used in new transactions anymore.
{% endautocrossref %} {% endautocrossref %}