From 99cf4320915aaa4cbda963b1b6991cce071e3186 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Wed, 9 Jun 2021 13:19:27 -0700 Subject: [PATCH] Edited 03_how_ln_works.asciidoc with Atlas code editor --- 03_how_ln_works.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_how_ln_works.asciidoc b/03_how_ln_works.asciidoc index 465c3bb..94bd7d0 100644 --- a/03_how_ln_works.asciidoc +++ b/03_how_ln_works.asciidoc @@ -428,7 +428,7 @@ The most important part of the invoice is the _payment hash_. When constructing 1. Bob chooses a random number +r+. This random number is called the _preimage_ or _payment secret_. 2. Bob uses +SHA256+ to calculate the hash +H+ of +r+ called the _payment hash_ -latexmath:[H = SHA256(r)]. +latexmath:[$H = SHA256(r)$]. [NOTE] ====