From 64332b368b791b67fbaf674a02e1805541380393 Mon Sep 17 00:00:00 2001 From: Matt Johnstone Date: Fri, 4 Oct 2024 06:44:35 +0200 Subject: [PATCH] added json to contextualResult --- pkg/rpc/responses.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {