Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading