added json to contextualResult

This commit is contained in:
Matt Johnstone 2024-10-04 06:44:35 +02:00
parent 5c522d7b12
commit 64332b368b
No known key found for this signature in database
GPG Key ID: BE985FBB9BE7D3BB
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type (
Value T `json:"value"`
Context struct {
Slot int64 `json:"slot"`
}
} `json:"context"`
}
EpochInfo struct {