From c59b8e0621952547f18b45ffd53015701b15737a Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Sun, 11 May 2014 08:37:30 -0400 Subject: [PATCH] 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! --- _includes/guide_transactions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/guide_transactions.md b/_includes/guide_transactions.md index 8a1b4eb2..0c205890 100644 --- a/_includes/guide_transactions.md +++ b/_includes/guide_transactions.md @@ -340,10 +340,10 @@ scriptSig: OP_0 **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 %}