mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 11:34:22 +01:00
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:
committed by
Christian Decker
parent
acb89debdd
commit
24d54f98ad
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user