bitcoin/tx: remove unused SEGREGATED_WITNESS_FLAG

This define is unused since commit
509bb2c7ae.

Changelog-None
This commit is contained in:
Sebastian Falbesoner 2022-02-07 21:08:17 +01:00 committed by neil saitug
parent 6d256fdbf9
commit 53d4e9d2b8
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
#include <wire/wire.h>
#include <bitcoin/tx.h>
#define SEGREGATED_WITNESS_FLAG 0x1
struct bitcoin_tx_output *new_tx_output(const tal_t *ctx,
struct amount_sat amount,
const u8 *script)