Fix typo in HTLC description.

pull/1016/head
Shaurya Arora 1 year ago
parent 9384dac7c3
commit 275b1a8715

@ -343,7 +343,7 @@ The use of a cryptographic hash function is one element that guarantees _trustle
((("Bitcoin script","HTLCs in")))((("hash time-locked contracts (HTLCs)","Bitcoin Script and")))In our gold coin example, Alice had a contract enforced by escrow like this:
____
_Alice will reimburse Bob with 12 gold coins if you can show a valid message that hashes to:_ +0575...f6b3+. _Bob has 24 hours to show the secret after the contract was signed. If Bob does not provide the secret by this time, Alice's deposit will be refunded by the escrow service and the contract becomes invalid._
_Alice will reimburse Bob with 12 gold coins if he can show a valid message that hashes to:_ +0575...f6b3+. _Bob has 24 hours to show the secret after the contract was signed. If Bob does not provide the secret by this time, Alice's deposit will be refunded by the escrow service and the contract becomes invalid._
____
[role="pagebreak-before"]

Loading…
Cancel
Save