From 702d328e89b65b652663f185c20667d84d3f37fd Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Wed, 12 Dec 2012 23:08:18 -0800 Subject: [PATCH] UT: Fixes for reserves. --- test/testutils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testutils.js b/test/testutils.js index 84ac5979..4b4eae6f 100644 --- a/test/testutils.js +++ b/test/testutils.js @@ -141,7 +141,6 @@ var create_accounts = function (remote, src, amount, accounts, callback) { async.forEachSeries(accounts, function (account, callback) { remote.transaction() .payment(src, account, amount) - .set_flags('CreateAccount') .on('proposed', function (m) { // console.log("proposed: %s", JSON.stringify(m));