summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index 5549182..5c687c6 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -74,12 +74,12 @@ the form:
At any time the funds can be spent with the following scriptSig:
- <Alice's signature> <Bob's signature> 0
+ 0 <Alice's signature> <Bob's signature> 0
After 3 months have passed Lenny and one of either Alice or Bob can spend the
funds with the following scriptSig:
- <Alice/Bob's signature> <Lenny's signature> 1
+ 0 <Alice/Bob's signature> <Lenny's signature> 1
===Non-interactive time-locked refunds===