UT: Fixes for reserves.

This commit is contained in:
Arthur Britto
2012-12-12 23:08:18 -08:00
parent 6d3c82ab7b
commit 68327ab27f
4 changed files with 22 additions and 24 deletions

View File

@@ -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));