2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

Merge pull request #726 from benskee/typo-fix

typo
This commit is contained in:
Andreas M. Antonopoulos 2021-09-17 15:43:41 +02:00 committed by GitHub
commit 57ff0460af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ Let us go through the channel construction scenario again, adding a penalty mech
* Alice sends 30k satoshi to Bob.
* Alice tries to cheat Bob out of his earned 30k satoshi by publishing an old commitment transaction claiming the full 100k satoshi for herself.
* Bob detects the fraud and punishes Alice by taking the full 100k satoshi for himself.
* Bob ends up with 100k satoshi, gaining 70k satoshi for catching Alice cheat.
* Bob ends up with 100k satoshi, gaining 70k satoshi for catching Alice cheating.
* Alice ends up with 0 satoshi.
* Trying to cheat Bob out of 30k satoshi, she loses the 70k satoshi she owned.