Skip to content

Commit

Permalink
made a change after added
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrigati committed Aug 30, 2018
1 parent 433cf3a commit 4fe3a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsapi/wsapiV2.go
Expand Up @@ -966,7 +966,7 @@ func HandleV2CurrentMinute(state interfaces.IState, params interface{}) (interfa
h.CurrentMinuteStartTime = int64(state.GetCurrentMinuteStartTime())
h.DirectoryBlockInSeconds = int64(state.GetDirectoryBlockInSeconds())
h.StallDetected = state.IsStalled()
h.FaulTimeOut = int64(globals.Params.FaultTimeout)
h.FaultTimeOut = int64(globals.Params.FaultTimeout)
h.RoundTimeOut = int64(globals.Params.RoundTimeout)

//h.LastBlockTime = state.GetTimestamp
Expand Down

0 comments on commit 4fe3a2f

Please sign in to comment.