channeld: use fee_states internally.

This is an intermediary step: we still don't save it to the database,
but we do use the fee_states struct to track it internally.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-12-13 00:37:53 +10:30
committed by Christian Decker
parent acb89debdd
commit 24d54f98ad
7 changed files with 71 additions and 46 deletions

View File

@@ -16,8 +16,10 @@ DEVTOOLS_COMMON_OBJS := \
common/crypto_state.o \
common/decode_array.o \
common/features.o \
common/fee_states.o \
common/gossip_rcvd_filter.o \
common/hash_u5.o \
common/htlc_state.o \
common/memleak.o \
common/node_id.o \
common/onion.o \