Skip to content

Commit

Permalink
Edited 10_onion_routing.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenORM committed Nov 18, 2021
1 parent a004191 commit c1863a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 10_onion_routing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,9 @@ Alice will send the +update_add_htlc+ message to Bob. Let's look at what this me

+amount_msat+:: The amount of the HTLC: 50,200,000 millisatoshis.

+payment_hash+:: The RIPEMD160(SHA-256) payment hash, pass:[<span class="keep-together"><code>9e017f6767971ed7cea17f98528d5f5c</code></span>]0ccb2c71.
+payment_hash+:: The RIPEMD160(SHA-256) payment hash:
+
+9e017f6767971ed7cea17f98528d5f5c0ccb2c71+.

+cltv_expiry+:: The expiry timelock for the HTLC will be 700,058. Alice adds 20 blocks to the expiry set in Bob's payload according to Bob's negotiated +cltv_expiry_delta+.

Expand Down Expand Up @@ -755,7 +757,11 @@ Bob now constructs and HTLC to send to Chan, as follows:

+amount_msat+:: The amount of the HTLC: 50,100,000 millisatoshis.

+payment_hash+:: The RIPEMD160(SHA-256) payment hash, +9e017f6767971ed7cea17f98528d5f5c0&#x200b;ccb2c71+. This is the same as the payment hash from Alice's HTLC.
+payment_hash+:: The RIPEMD160(SHA-256) payment hash:
+
+9e017f6767971ed7cea17f98528d5f5c0&#x200b;ccb2c71+.
+
This is the same as the payment hash from Alice's HTLC.

+cltv_expiry+:: The expiry timelock for the HTLC will be 700,038.

Expand Down

0 comments on commit c1863a3

Please sign in to comment.