Skip to content

Commit

Permalink
types updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Furter committed Apr 3, 2019
1 parent 9e3d016 commit 7462661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export interface Web3ModuleOptions {
transactionPollingTimeout?: number;
defaultGasPrice?: string;
defaultGas?: number;
transactionSigner: TransactionSigner;
transactionSigner?: TransactionSigner;
}

export interface Providers {
Expand Down

0 comments on commit 7462661

Please sign in to comment.