You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Config is the main configuration struct of lightning-terminal. It contains
@@ -141,6 +151,8 @@ type Config struct {
141
151
LitDirstring`long:"lit-dir" description:"The main directory where LiT looks for its configuration file. If LiT is running in 'remote' lnd mode, this is also the directory where the TLS certificates and log files are stored by default."`
142
152
ConfigFilestring`long:"configfile" description:"Path to LiT's configuration file."`
143
153
154
+
MacaroonPathstring`long:"macaroonpath" description:"Path to write the macaroon for litd's RPC and REST services if it doesn't exist."`
155
+
144
156
// Network is the Bitcoin network we're running on. This will be parsed
145
157
// before the configuration is loaded and will set the correct flag on
146
158
// `lnd.bitcoin.mainnet|testnet|regtest` and also for the other daemons.
0 commit comments