mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
bkpr: use tags not str for tag originations
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
BOOKKEEPER_PLUGIN_SRC := \
|
||||
plugins/bkpr/account.c \
|
||||
plugins/bkpr/account_entry.c \
|
||||
plugins/bkpr/bookkeeper.c \
|
||||
plugins/bkpr/channel_event.c \
|
||||
plugins/bkpr/db.c \
|
||||
@@ -14,6 +15,7 @@ BOOKKEEPER_DB_QUERIES := \
|
||||
BOOKKEEPER_SRC := $(BOOKKEEPER_PLUGIN_SRC) $(BOOKKEEPER_DB_QUERIES)
|
||||
BOOKKEEPER_HEADER := \
|
||||
plugins/bkpr/account.h \
|
||||
plugins/bkpr/account_entry.h \
|
||||
plugins/bkpr/chain_event.h \
|
||||
plugins/bkpr/channel_event.h \
|
||||
plugins/bkpr/db.h \
|
||||
|
||||
Reference in New Issue
Block a user