Merge branch 'develop' of github.com:ripple/rippled into develop

This commit is contained in:
David Schwartz
2013-07-24 19:57:28 -07:00
2 changed files with 4 additions and 2 deletions

View File

@@ -10,13 +10,14 @@
},
"dependencies": {
"ripple-lib": "0.7.10",
"ripple-lib": "0.7.17",
"async": "~0.1.22",
"extend": "~1.1.1",
"simple-jsonrpc": "~0.0.1"
},
"devDependencies": {
"buster": "~0.6.12"
"buster": "~0.6.12",
"mocha": "~1.12.0"
},
"scripts": {

View File

@@ -33,6 +33,7 @@ exports.servers = {
// 'validation_seed' : "shhDFVsmS2GSu5vUyZSPXYfj1r79h",
// 'validators' : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta",
'local_signing' : false,
'node_db': 'type=memory'
}
};