Remove unused variable

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

View File

@ -81,7 +81,6 @@ type Settings struct {
invokes []fx.Option
Online bool // Online option applied
Bootstrap bool // Start chain syncer bootstrapped
Config bool // Config option applied
}