mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-29 20:04:34 +01:00
remove_dust: don't ever create dust outputs.
This behavior will be specified in BOLT #3. Closes: #14 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,6 +44,7 @@ CORE_SRC := \
|
||||
opt_bits.c \
|
||||
permute_tx.c \
|
||||
protobuf_convert.c \
|
||||
remove_dust.c \
|
||||
version.c
|
||||
CORE_OBJS := $(CORE_SRC:.c=.o)
|
||||
|
||||
@@ -152,6 +153,7 @@ CORE_HEADERS := close_tx.h \
|
||||
overflows.h \
|
||||
permute_tx.h \
|
||||
protobuf_convert.h \
|
||||
remove_dust.h \
|
||||
state.h \
|
||||
state_types.h \
|
||||
version.h
|
||||
|
||||
Reference in New Issue
Block a user