Skip to content

Commit

Permalink
les: goimports les/client.go
Browse files Browse the repository at this point in the history
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Jan 9, 2020
1 parent f8f031f commit b700148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion les/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func New(ctx *node.ServiceContext, config *eth.Config) (*LightEthereum, error) {
if oracle == nil {
if p, ok := chainConfig.(*multigeth.MultiGethChainConfig); ok {
oracle = p.TrustedCheckpointOracle
} else if p, ok := chainConfig.(*goethereum.ChainConfig); ok {
} else if p, ok := chainConfig.(*goethereum.ChainConfig); ok {
oracle = p.TrustedCheckpointOracle
}
}
Expand Down

0 comments on commit b700148

Please sign in to comment.