From 6d8f64bcbff2f3e84e3e83c08dd1a18c43c3627a Mon Sep 17 00:00:00 2001 From: 1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH <1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH@reference.cash> Date: Wed, 18 Dec 2019 14:05:18 -0500 Subject: [PATCH] wiki commit --- protocol/blockchain/transaction/locking-script.md | 2 ++ protocol/blockchain/transaction/unlocking-script.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/protocol/blockchain/transaction/locking-script.md b/protocol/blockchain/transaction/locking-script.md index 090de7d..9db1c9a 100644 --- a/protocol/blockchain/transaction/locking-script.md +++ b/protocol/blockchain/transaction/locking-script.md @@ -4,6 +4,8 @@ A locking script is a [Script](/protocol/blockchain/script) that is used dictate ## Standard Scripts +The below locking script formats are regarded as "standard" on the Bitcoin Cash network and, as a result, are the three forms of transactions that will be relayed among nodes for mining. It is possible to have transactions without these standard locking script formats mined into a block, but such transactions are at a disadvantage due since they will not be as widely propagated. + ### Pay to Public Key (P2PK) The P2PK locking script expects the unlocking script to push a signature to the stack. If the signature is valid for the specified public key in the locking script, the output is allowed to be spent. diff --git a/protocol/blockchain/transaction/unlocking-script.md b/protocol/blockchain/transaction/unlocking-script.md index 3cb91e3..96e7a64 100644 --- a/protocol/blockchain/transaction/unlocking-script.md +++ b/protocol/blockchain/transaction/unlocking-script.md @@ -15,4 +15,3 @@ While unlocking scripts are generally not restricted in their format, they are o ### Pay to Script Hash -