From fb4c87f638134154dd7ab2d0c37489f6de03d085 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Tue, 21 Sep 2021 13:16:28 +0200 Subject: [PATCH] anchor fix --- 09_channel_operation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_channel_operation.asciidoc b/09_channel_operation.asciidoc index 349e3f7..3a4968e 100644 --- a/09_channel_operation.asciidoc +++ b/09_channel_operation.asciidoc @@ -136,7 +136,7 @@ Shortly after sending the +update_add_htlc+ message, she will commit to the new Alice sends +commitment_signed+ to Bob, with the signature for the new commitment and for the HTLC within. We saw the +commitment_signed+ message in <>, but now we can understand the rest of the fields. As a reminder, it is shown in <> below: -[[commitment_signed_message]] +[[ops_commitment_signed_message]] .The commitment_signed message ==== ----