Skip to content

Commit 82ad317

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

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ 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](https://github.com/lightninglabs/lightning-terminal/pull/1167)
40+
which has been the default
41+
in standalone LND release builds since
42+
https://github.com/lightningnetwork/lnd/commit/8491d0da433c23051b723f4c018e2f041df548c8
43+
.
3944

4045
### LND
4146

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)