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:
Conner Fromknecht 2018-07-25 03:30:12 -07:00
parent e0baa49690
commit 0df2bcd18c
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -1,3 +1,5 @@
// +build debug
package hodl
// Config is a struct enumerating the possible command line flags that are used