From 56a410d98100e993e9932ed5c76763fa6cdffae5 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Thu, 18 Nov 2021 11:58:30 -0800 Subject: [PATCH] Edited 10_onion_routing.asciidoc with Atlas code editor --- 10_onion_routing.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10_onion_routing.asciidoc b/10_onion_routing.asciidoc index 04abfb0..eb2efca 100644 --- a/10_onion_routing.asciidoc +++ b/10_onion_routing.asciidoc @@ -646,7 +646,7 @@ 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:[9e017f6767971ed7cea17f98528d5f5c0ccb2c71]. ++payment_hash+:: The RIPEMD160(SHA-256) payment hash, pass:[9e017f6767971ed7cea17f98528d5f5c]0ccb2c71. +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+.