From 51508b467c5804a84de9c9b8fe7afc31ddbe365d Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 21 Mar 2016 15:59:03 -0700 Subject: [PATCH] uupdate --- examples/libraries/virtualBaton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libraries/virtualBaton.js b/examples/libraries/virtualBaton.js index 319cae006b..53cc76bb0c 100644 --- a/examples/libraries/virtualBaton.js +++ b/examples/libraries/virtualBaton.js @@ -373,7 +373,7 @@ function virtualBatonf(options) { }; // Gather nAcceptors by making two proposals with some gathering time, even without a claim. - propose(); + // propose(); return exports; } if (typeof module !== 'undefined') { // Allow testing in nodejs.