From e5044393ffb68d20fae3c22e815761e0928259e6 Mon Sep 17 00:00:00 2001 From: Cesar Alvarez Vallero Date: Sun, 22 Aug 2021 21:35:58 -0300 Subject: [PATCH] Fix typo --- 13_2_Writing_Complex_Multisig_Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_2_Writing_Complex_Multisig_Scripts.md b/13_2_Writing_Complex_Multisig_Scripts.md index d917b50..4399f2b 100644 --- a/13_2_Writing_Complex_Multisig_Scripts.md +++ b/13_2_Writing_Complex_Multisig_Scripts.md @@ -130,7 +130,7 @@ First, you test a signature for the buyer and the escrow agent, then a signature ### Write a Buyer-Centric Escrow Multisig -[BIP 112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki#Escrow_with_Timeout) offers an different example of this sort of escrow that doesn't have the extra protections to prevent going around the escrow agent, but which does give Alice total control if the escrow fails. +[BIP 112](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki#Escrow_with_Timeout) offers a different example of this sort of escrow that doesn't have the extra protections to prevent going around the escrow agent, but which does give Alice total control if the escrow fails. ``` IF