diff --git a/monitor/epochInfo.go b/monitor/epochInfo.go index 3d1ab4d..a51cf9f 100644 --- a/monitor/epochInfo.go +++ b/monitor/epochInfo.go @@ -12,7 +12,7 @@ import ( // GetEpochInfo returns information about the current epoch func GetEpochInfo(cfg *config.Config, node string) (types.EpochInfo, error) { - log.Println("Getiing EpochInfo...") + log.Println("Getting EpochInfo...") ops := types.HTTPOptions{ Method: http.MethodPost, Body: types.Payload{Jsonrpc: "2.0", Method: "getEpochInfo", ID: 1},