Remove unused variable

This commit is contained in:
whyrusleeping 2019-07-10 21:56:39 -07:00
parent 19c883cdfe
commit 13ba6d938b

View File

@ -80,9 +80,8 @@ type Settings struct {
// type, and must be applied in correct order // type, and must be applied in correct order
invokes []fx.Option invokes []fx.Option
Online bool // Online option applied Online bool // Online option applied
Bootstrap bool // Start chain syncer bootstrapped Config bool // Config option applied
Config bool // Config option applied
} }
// Override option changes constructor for a given type // Override option changes constructor for a given type