Skip to content

Commit 4b8f1e2

Browse files
committed
lint
1 parent 6cff9bc commit 4b8f1e2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

multinode/multi_node.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
)
1616

1717
var (
18+
// PromMultiNodeRPCNodeStates reports current RPC node state
1819
PromMultiNodeRPCNodeStates = promauto.NewGaugeVec(prometheus.GaugeOpts{
1920
Name: "multinode_states",
2021
Help: "The number of RPC nodes currently in the given state for the given chain",

multinode/transaction_sender.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010

1111
"github.com/prometheus/client_golang/prometheus"
1212
"github.com/prometheus/client_golang/prometheus/promauto"
13+
1314
"github.com/smartcontractkit/chainlink-common/pkg/logger"
1415
"github.com/smartcontractkit/chainlink-common/pkg/services"
1516
)

0 commit comments

Comments
 (0)