Skip to content

Commit

Permalink
fix: additional field in EraHistory query (#819)
Browse files Browse the repository at this point in the history
Fixes #815
  • Loading branch information
agaffney authored Jan 1, 2025
1 parent 23aebae commit 2cb20b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocol/localstatequery/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,11 @@ type eraHistoryResultParams struct {
SlotsPerKESPeriod struct {
// Tells the CBOR decoder to convert to/from a struct and a CBOR array
_ struct{} `cbor:",toarray"`
Dummy1 interface{}
Dummy1 int
Value int
Dummy2 interface{}
Dummy2 []int
}
Unknown int
}

// TODO
Expand Down

0 comments on commit 2cb20b5

Please sign in to comment.