Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
fix getblock test
Browse files Browse the repository at this point in the history
  • Loading branch information
didaunesp committed Feb 19, 2024
1 parent cb14947 commit 63c5623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaiclient/ethclient/ethclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type rpcBlock struct {
Transactions []rpcTransaction `json:"transactions"`
UncleHashes []common.Hash `json:"uncles"`
ExtTransactions []rpcTransaction `json:"extTransactions"`
SubManifest types.BlockManifest `json:"manifest"`
SubManifest types.BlockManifest `json:"subManifest"`
}

func (ec *Client) getBlock(ctx context.Context, method string, args ...interface{}) (*types.Block, error) {
Expand Down

0 comments on commit 63c5623

Please sign in to comment.