We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b73b88 commit 9461b32Copy full SHA for 9461b32
1 file changed
pkg/da/jsonrpc/header.go
@@ -20,13 +20,13 @@ type Header struct {
20
// RawHeader contains the raw tendermint header fields.
21
type RawHeader struct {
22
ChainID string `json:"chain_id"`
23
- Height string `json:"height"`
+ Height uint64 `json:"height"`
24
Time time.Time `json:"time"`
25
}
26
27
// Commit contains commit information.
28
type Commit struct {
29
30
31
32
// DAHeader contains the Data Availability header.
0 commit comments