Skip to content

Commit e504439

Browse files
committed
Fix typo
1 parent 810af6c commit e504439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_2_Writing_Complex_Multisig_Scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ First, you test a signature for the buyer and the escrow agent, then a signature
130130

131131
### Write a Buyer-Centric Escrow Multisig
132132

133-
[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.
133+
[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.
134134
```
135135
IF
136136

0 commit comments

Comments
 (0)