Skip to content

Commit

Permalink
copy&paste issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Oct 21, 2019
1 parent 4edc7e7 commit 06cd816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var Eth = function Eth() {
var transactionPollingTimeout = 750;
var defaultChain, defaultHardfork, defaultCommon;

Object.defineProperty(this, '', {
Object.defineProperty(this, 'defaultCommon', {
get: function () {
return defaultCommon;
},
Expand Down

0 comments on commit 06cd816

Please sign in to comment.