mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
UT: Fixes for reserves.
This commit is contained in:
committed by
Stefan Thomas
parent
c56b7662df
commit
702d328e89
@@ -141,7 +141,6 @@ var create_accounts = function (remote, src, amount, accounts, callback) {
|
|||||||
async.forEachSeries(accounts, function (account, callback) {
|
async.forEachSeries(accounts, function (account, callback) {
|
||||||
remote.transaction()
|
remote.transaction()
|
||||||
.payment(src, account, amount)
|
.payment(src, account, amount)
|
||||||
.set_flags('CreateAccount')
|
|
||||||
.on('proposed', function (m) {
|
.on('proposed', function (m) {
|
||||||
// console.log("proposed: %s", JSON.stringify(m));
|
// console.log("proposed: %s", JSON.stringify(m));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user