From 685fa25756bf42a611dbeb8af6eb49159b09c3e3 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 18 May 2022 10:29:04 +0930 Subject: [PATCH] Makefile: update bolts to include remote_pubkey change. Only affects comments. Signed-off-by: Rusty Russell --- Makefile | 2 +- channeld/commit_tx.c | 2 +- common/initial_commit_tx.c | 2 +- onchaind/onchaind.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 70975595b..c6345fc4e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CCANDIR := ccan # Where we keep the BOLT RFCs BOLTDIR := ../bolts/ -DEFAULT_BOLTVERSION := c1b94dfad12d9e29268cbd0d3b22686ea5709cbc +DEFAULT_BOLTVERSION := c4a0369e705ad43babee50dd0466f162567e6427 # Can be overridden on cmdline. BOLTVERSION := $(DEFAULT_BOLTVERSION) diff --git a/channeld/commit_tx.c b/channeld/commit_tx.c index b1f0ae51f..54116c429 100644 --- a/channeld/commit_tx.c +++ b/channeld/commit_tx.c @@ -298,7 +298,7 @@ struct bitcoin_tx *commit_tx(const tal_t *ctx, * If `option_anchors` applies to the commitment * transaction, the `to_remote` output is encumbered by a one * block csv lock. - * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY + * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY * *... * Otherwise, this output is a simple P2WPKH to `remotepubkey`. diff --git a/common/initial_commit_tx.c b/common/initial_commit_tx.c index 1c319ceb1..97afedb15 100644 --- a/common/initial_commit_tx.c +++ b/common/initial_commit_tx.c @@ -236,7 +236,7 @@ struct bitcoin_tx *initial_commit_tx(const tal_t *ctx, * If `option_anchors` applies to the commitment * transaction, the `to_remote` output is encumbered by a one * block csv lock. - * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY + * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY * *... * Otherwise, this output is a simple P2WPKH to `remotepubkey`. diff --git a/onchaind/onchaind.c b/onchaind/onchaind.c index 7d10e36a4..6859d327d 100644 --- a/onchaind/onchaind.c +++ b/onchaind/onchaind.c @@ -2522,7 +2522,7 @@ static u8 *scriptpubkey_to_remote(const tal_t *ctx, * If `option_anchors` applies to the commitment * transaction, the `to_remote` output is encumbered by a one * block csv lock. - * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY + * OP_CHECKSIGVERIFY 1 OP_CHECKSEQUENCEVERIFY * *... * Otherwise, this output is a simple P2WPKH to `remotepubkey`.