mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
wallet: Move txfilter into wallet
Transaction filters are strongly related to the wallet, this move just makes it a bit more explicit. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
b3c94a5256
commit
2680e6d9ff
@ -73,7 +73,6 @@ LIGHTNINGD_SRC := \
|
||||
lightningd/peer_control.c \
|
||||
lightningd/peer_htlcs.c \
|
||||
lightningd/subd.c \
|
||||
lightningd/txfilter.c \
|
||||
lightningd/watch.c
|
||||
|
||||
# Source files without corresponding headers
|
||||
|
@ -7,8 +7,8 @@
|
||||
#include <ccan/time/time.h>
|
||||
#include <ccan/timer/timer.h>
|
||||
#include <lightningd/htlc_end.h>
|
||||
#include <lightningd/txfilter.h>
|
||||
#include <stdio.h>
|
||||
#include <wallet/txfilter.h>
|
||||
#include <wallet/wallet.h>
|
||||
|
||||
/* BOLT #1:
|
||||
|
@ -7,6 +7,7 @@ wallet-wrongdir:
|
||||
WALLET_LIB_SRC := \
|
||||
wallet/db.c \
|
||||
wallet/invoices.c \
|
||||
wallet/txfilter.c \
|
||||
wallet/wallet.c \
|
||||
wallet/walletrpc.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user