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,3 +1,5 @@
|
||||
// +build debug
|
||||
|
||||
package hodl
|
||||
|
||||
// Config is a struct enumerating the possible command line flags that are used
|
Loading…
Reference in New Issue
Block a user