Skip to content

Commit

Permalink
bitcoin/tx: remove unused SEGREGATED_WITNESS_FLAG
Browse files Browse the repository at this point in the history
This define is unused since commit
509bb2c.

Changelog-None
  • Loading branch information
theStack authored and niftynei committed Feb 16, 2022
1 parent 6d256fd commit 53d4e9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bitcoin/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 53d4e9d

Please sign in to comment.