diff --git a/pkg/rpc/responses.go b/pkg/rpc/responses.go index c8e9582..1e971f9 100644 --- a/pkg/rpc/responses.go +++ b/pkg/rpc/responses.go @@ -15,7 +15,7 @@ type ( Value T `json:"value"` Context struct { Slot int64 `json:"slot"` - } + } `json:"context"` } EpochInfo struct {