mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Fix intermittently failing send test
This commit is contained in:
committed by
Nik Bougalis
parent
9fa5e39872
commit
713c8efcbe
@@ -948,6 +948,11 @@ suite('Gateway', function() {
|
||||
// .submit();
|
||||
// },
|
||||
|
||||
// We now need to ensure that all prior transactions have executed before
|
||||
// the next transaction is submitted, as txn application logic has
|
||||
// changed.
|
||||
function(next){$.remote.ledger_accept(function(){next();});},
|
||||
|
||||
function (callback) {
|
||||
self.what = "Bob sends Alice 0.5 AUD";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user