mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge branch 'develop' of github.com:ripple/rippled into develop
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -33,6 +33,7 @@ exports.servers = {
|
||||
// 'validation_seed' : "shhDFVsmS2GSu5vUyZSPXYfj1r79h",
|
||||
// 'validators' : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta",
|
||||
'local_signing' : false,
|
||||
'node_db': 'type=memory'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user