From 8c8f960528bb6c525d94a8054ca4466cf79f96a8 Mon Sep 17 00:00:00 2001 From: Patrick Lemke Date: Fri, 10 Sep 2021 20:38:27 +0200 Subject: [PATCH] fix typo brackets (#783) --- 07_payment_channels.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_payment_channels.asciidoc b/07_payment_channels.asciidoc index d20ebb6..5ea9d7e 100644 --- a/07_payment_channels.asciidoc +++ b/07_payment_channels.asciidoc @@ -261,7 +261,7 @@ Alice's node constructs a multisignature script as shown in <> bel 2 2 CHECKMULTISIG ---- -Note that in practice, the funding keys are deterministically _sorted_ (using lexicographical order of the serialized compressed form of the public keys) before being placed in the witness script (. By agreeing to this sorted order ahead of time, we ensure both parties will construct an identical funding transaction output, which is signed by the commitment transaction signature exchanged. +Note that in practice, the funding keys are deterministically _sorted_ (using lexicographical order of the serialized compressed form of the public keys) before being placed in the witness script. By agreeing to this sorted order ahead of time, we ensure both parties will construct an identical funding transaction output, which is signed by the commitment transaction signature exchanged. This script is encoded as a Pay-to-Witness-Script-Hash Bitcoin address, that looks something like this: