mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
bitcoin/tx: remove unused SEGREGATED_WITNESS_FLAG
This define is unused since commit
509bb2c7ae
.
Changelog-None
This commit is contained in:
parent
6d256fdbf9
commit
53d4e9d2b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user