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 Jun 10, 2022
1 parent 23e3045 commit a6fa821
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 a6fa821

Please sign in to comment.