Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 06cd816

Browse files
committed
copy&paste issue fixed
1 parent 4edc7e7 commit 06cd816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var Eth = function Eth() {
8686
var transactionPollingTimeout = 750;
8787
var defaultChain, defaultHardfork, defaultCommon;
8888

89-
Object.defineProperty(this, '', {
89+
Object.defineProperty(this, 'defaultCommon', {
9090
get: function () {
9191
return defaultCommon;
9292
},

0 commit comments

Comments
 (0)