mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
htlcswitch/hodl/config_debug: only expose hodl flags in debug
This commit places hodl command line flags behind the debug flag, so that they're only accessible during testing builds.
This commit is contained in:
parent
e0baa49690
commit
0df2bcd18c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// +build debug
|
||||||
|
|
||||||
package hodl
|
package hodl
|
||||||
|
|
||||||
// Config is a struct enumerating the possible command line flags that are used
|
// Config is a struct enumerating the possible command line flags that are used
|
Loading…
Add table
Reference in a new issue