Skip to content

Commit

Permalink
Fix transactionRoot -> transactionsRoot in BlockHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
OscBacon committed May 26, 2022
1 parent 2c0324a commit d1ac38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export interface BlockHeader {
nonce: string;
sha3Uncles: string;
logsBloom: string;
transactionRoot: string;
transactionsRoot: string;
stateRoot: string;
receiptsRoot: string;
miner: string;
Expand Down

0 comments on commit d1ac38c

Please sign in to comment.