Remove unused const #1123
3 changed files with 514 additions and 580 deletions
|
@ -40,8 +40,7 @@ const (
|
||||||
|
|
||||||
metaFlagKey = "meta"
|
metaFlagKey = "meta"
|
||||||
|
|
||||||
pathFlagKey = "path"
|
pathFlagKey = "path"
|
||||||
pathAttributeFlagKey = "pattr"
|
|
||||||
|
|||||||
|
|
||||||
latestOnlyFlagKey = "latest"
|
latestOnlyFlagKey = "latest"
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
subsection = "morph"
|
subsection = "morph"
|
||||||
notarySubsection = "notary"
|
|
||||||
|
|
||||||
// DialTimeoutDefault is a default dial timeout of morph chain client connection.
|
// DialTimeoutDefault is a default dial timeout of morph chain client connection.
|
||||||
DialTimeoutDefault = 5 * time.Second
|
DialTimeoutDefault = 5 * time.Second
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue
@elebedeva this should've been catched by unused, I believe, did we miss this?