From 53d4e9d2b82d92080cf90f5e7b755f4dbaac5729 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 7 Feb 2022 21:08:17 +0100 Subject: [PATCH] bitcoin/tx: remove unused SEGREGATED_WITNESS_FLAG This define is unused since commit 509bb2c7aee5887a96e8966869c39bb4d5aba766. Changelog-None --- bitcoin/tx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bitcoin/tx.c b/bitcoin/tx.c index 6a4fc788f..60e2f3246 100644 --- a/bitcoin/tx.c +++ b/bitcoin/tx.c @@ -9,8 +9,6 @@ #include #include -#define SEGREGATED_WITNESS_FLAG 0x1 - struct bitcoin_tx_output *new_tx_output(const tal_t *ctx, struct amount_sat amount, const u8 *script)