Skip to content

Commit c2abbf0

Browse files
build: add monitoring tag for lnd
1 parent 50827c1 commit c2abbf0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/release-notes/release-notes-0.16.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ and also added coverage to verify support for channel versioning:
3535
- https://github.com/lightninglabs/lightning-terminal/pull/1106
3636
- https://github.com/lightninglabs/lightning-terminal/pull/1097
3737
- https://github.com/lightninglabs/lightning-terminal/pull/1138
38-
38+
39+
- LND is now built with the `monitoring` tag enabled, which has been the default
40+
in standalone LND release builds since
41+
https://github.com/lightningnetwork/lnd/commit/8491d0da433c23051b723f4c018e2f041df548c8
42+
.
3943

4044
### LND
4145

make/compile_flags.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite
1+
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc monitoring peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite

0 commit comments

Comments
 (0)