Skip to content

Commit

Permalink
Merge pull request #1647 from orbs-network/fix-vc-stuck-metric
Browse files Browse the repository at this point in the history
fix vc-stuck metric
  • Loading branch information
gadcl authored Nov 16, 2020
2 parents 20835e5 + 023d8ae commit 1eb59f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/orbs-network/go-mock v1.1.0
github.com/orbs-network/govnr v0.2.0
github.com/orbs-network/healthcheck v1.4.0
github.com/orbs-network/lean-helix-go v0.6.1
github.com/orbs-network/lean-helix-go v0.6.2
github.com/orbs-network/membuffers v0.4.0
github.com/orbs-network/orbs-client-sdk-go v0.19.0
github.com/orbs-network/orbs-contract-sdk v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion services/blockstorage/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func NewBlockStorage(
}
s.Supervise(s.nodeSync)
s.Supervise(s.startNotifyNodeSync(ctx))
s.updateMetrics(0)
s.updateMetrics(time.Now().UnixNano())
return s
}

Expand Down

0 comments on commit 1eb59f7

Please sign in to comment.