added underscore + fixes

This commit is contained in:
Marian Oancea
2015-01-29 00:38:54 +02:00
parent be62d895b1
commit 8427f59ca7
8 changed files with 26 additions and 34 deletions

View File

@@ -1,21 +1,7 @@
var nodes = [
// {
// name: 'poc-7.ethdev.com',
// rpcHost: '207.12.89.180',
// rpcPort: '8080'
// },
// {
// name: '54.204.10.41',
// rpcHost: '54.204.10.41',
// rpcPort: '8080'
// },
// {
// name: 'poc-7.ethdev.com - new IP',
// rpcHost: '5.45.179.140',
// rpcPort: '8080'
// },
{
name: 'local',
type: 'C++',
rpcHost: 'localhost',
rpcPort: '8080'
}