mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
bitcoin/tx: remove unused SEGREGATED_WITNESS_FLAG
This define is unused since commit
509bb2c7ae.
Changelog-None
This commit is contained in:
committed by
neil saitug
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)
|
||||
|
||||
Reference in New Issue
Block a user