remove leftover code

pull/7/head
Iuri Matias 7 years ago
parent c95fb04af4
commit 8d09d46c90
  1. 2
      remix-simulator/src/provider.js

@ -17,8 +17,6 @@ var Provider = function () {
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.Transactions = ;
this.methods = {}
this.methods = merge(this.methods, (new Transactions(this.accounts)).methods())
this.methods = merge(this.methods, (new Whisper()).methods())

Loading…
Cancel
Save