From 66ffc6c6244e7f59216c14896c193df0cf4c8ffc Mon Sep 17 00:00:00 2001 From: fivepiece Date: Sun, 18 Dec 2016 02:06:49 +0200 Subject: [PATCH] BOLT 3: Fix funding output script remove `0` from the funding output script as it is not part of a normal 2-of-2 multisig script --- 03-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-transactions.md b/03-transactions.md index eec63f6..d93de4e 100644 --- a/03-transactions.md +++ b/03-transactions.md @@ -13,7 +13,7 @@ Most transaction outputs used here are P2WSH outputs, the segwit version of P2SH ## Funding Transaction Output * The funding output script is a pay-to-witness-script-hash[BIP141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#witness-program) to: - * `0 2 2 OP_CHECKMULTISIG` + * `2 2 OP_CHECKMULTISIG` * Where `key1` is the numerically lesser of the two DER-encoded `funding-pubkey` and `key2` is the greater. ## Commitment Transaction