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