mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
build: add monitoring tag for lnd
This commit is contained in:
parent
50827c1427
commit
82ad317086
2 changed files with 7 additions and 2 deletions
|
|
@ -35,7 +35,12 @@ and also added coverage to verify support for channel versioning:
|
|||
- https://github.com/lightninglabs/lightning-terminal/pull/1106
|
||||
- https://github.com/lightninglabs/lightning-terminal/pull/1097
|
||||
- https://github.com/lightninglabs/lightning-terminal/pull/1138
|
||||
|
||||
|
||||
- [LND is now built with the `monitoring` tag enabled](https://github.com/lightninglabs/lightning-terminal/pull/1167)
|
||||
which has been the default
|
||||
in standalone LND release builds since
|
||||
https://github.com/lightningnetwork/lnd/commit/8491d0da433c23051b723f4c018e2f041df548c8
|
||||
.
|
||||
|
||||
### LND
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite
|
||||
COMPILE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc neutrinorpc monitoring peersrpc kvdb_postgres kvdb_etcd kvdb_sqlite
|
||||
Loading…
Add table
Add a link
Reference in a new issue