From a150d771b60c656060ddf2f7e803279f3e9d7fff Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 3 Jul 2013 13:47:27 -0700 Subject: [PATCH] Fix config-example for local signing --- test/config-example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/config-example.js b/test/config-example.js index 1df83b72f1..45bb945967 100644 --- a/test/config-example.js +++ b/test/config-example.js @@ -31,7 +31,8 @@ exports.servers = { 'local_sequence' : true, 'local_fee' : true, // 'validation_seed' : "shhDFVsmS2GSu5vUyZSPXYfj1r79h", - // 'validators' : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta" + // 'validators' : "n9L8LZZCwsdXzKUN9zoVxs4YznYXZ9hEhsQZY7aVpxtFaSceiyDZ beta", + 'local_signing' : false, } };