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:
Rusty Russell
2016-05-02 16:06:56 +09:30
parent 7614e513bd
commit a150bd191a
4 changed files with 45 additions and 0 deletions

View File

@@ -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