1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Fix typos and clean up

This commit is contained in:
Frankie 2016-10-26 13:57:15 -07:00
parent 55530b0138
commit a75edcdc18
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ to build MetaMask and have it live reload if you make changes
- navigate to: http://127.0.0.1:9001/popup/popup.html
- Create an Account
- go back too http://localhost:9002/
- go back to http://localhost:9002/
- open devTools
- click Sync Tx

View File

@ -4,7 +4,6 @@ const setupProvider = require('./lib/setup-provider.js')
//
// setup web3
//
console.log('hello world im here')
var provider = setupProvider()
hijackProvider(provider)
var web3 = new Web3(provider)