mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
UT: Fixes for reserves.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user