Skip to content

Commit

Permalink
Fix type of fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 13, 2022
1 parent d498e11 commit a7d8c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/api/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ type AccountQueryOptions struct {
OnFinalBlock bool
OnStartOfEpoch core.OptionalUint32
BlockNonce core.OptionalUint64
BlockHash string
BlockRootHash string
BlockHash []byte
BlockRootHash []byte
}

// BlockQueryOptions holds options for block queries
Expand Down

0 comments on commit a7d8c4a

Please sign in to comment.