Remove unused variable
This commit is contained in:
+2
-3
@@ -80,9 +80,8 @@ type Settings struct {
|
||||
// type, and must be applied in correct order
|
||||
invokes []fx.Option
|
||||
|
||||
Online bool // Online option applied
|
||||
Bootstrap bool // Start chain syncer bootstrapped
|
||||
Config bool // Config option applied
|
||||
Online bool // Online option applied
|
||||
Config bool // Config option applied
|
||||
}
|
||||
|
||||
// Override option changes constructor for a given type
|
||||
|
||||
Reference in New Issue
Block a user