diff options
author | MMGen <mmgen@tuta.io> | 2018-01-26 14:58:11 +0300 |
---|---|---|
committer | MMGen <mmgen@tuta.io> | 2018-01-26 14:58:11 +0300 |
commit | 3a50cf8d437782096375cb8ded8c4757cfa9b282 (patch) | |
tree | 6261c75ac526bde8a734acc5cff5173ecaf6e0bc /bip-0065.mediawiki | |
parent | ec54908e7014cec56009e3ec25a86037307214f4 (diff) |
Fix single typo in BIP65 ("from" -> "form")
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r-- | bip-0065.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index 065eb15..097751c 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -136,7 +136,7 @@ transaction is created, tx3, to ensure that should the payee vanish the payor can get their deposit back. The process by which the refund transaction is created is currently vulnerable to transaction malleability attacks, and additionally, requires the payor to store the refund. Using the same -scriptPubKey from as in the Two-factor wallets example solves both these issues. +scriptPubKey form as in the Two-factor wallets example solves both these issues. ===Trustless Payments for Publishing Data=== |