Skip to content

Commit

Permalink
fix: resolve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed May 26, 2019
1 parent 1510f52 commit 2b23d48
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 @@ -188,7 +188,7 @@ export interface BlockHeader {
}

export interface Block extends BlockHeader {
transactions: Transaction[] | string[];
transactions: Transaction[];
size: number
difficulty: number
totalDifficulty: number
Expand Down

0 comments on commit 2b23d48

Please sign in to comment.