Commit 8d09d46c authored by Iuri Matias's avatar Iuri Matias

remove leftover code

parent c95fb04a
...@@ -17,8 +17,6 @@ var Provider = function () { ...@@ -17,8 +17,6 @@ var Provider = function () {
this.accounts[this.accounts[0].address.toLowerCase()] = this.accounts[0] this.accounts[this.accounts[0].address.toLowerCase()] = this.accounts[0]
this.accounts[this.accounts[0].address.toLowerCase()].privateKey = Buffer.from(this.accounts[this.accounts[0].address.toLowerCase()].privateKey.slice(2), 'hex') this.accounts[this.accounts[0].address.toLowerCase()].privateKey = Buffer.from(this.accounts[this.accounts[0].address.toLowerCase()].privateKey.slice(2), 'hex')
this.Transactions = ;
this.methods = {} this.methods = {}
this.methods = merge(this.methods, (new Transactions(this.accounts)).methods()) this.methods = merge(this.methods, (new Transactions(this.accounts)).methods())
this.methods = merge(this.methods, (new Whisper()).methods()) this.methods = merge(this.methods, (new Whisper()).methods())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment