mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Library now correctly rewinds, remove manual rewind from tests.
This commit is contained in:
@@ -187,8 +187,6 @@ buster.testCase("Sending", {
|
||||
.on('proposed', function (m) {
|
||||
buster.assert.equals('temBAD_LIMIT', m.result);
|
||||
|
||||
// After a malformed transaction, need to recover correct sequence.
|
||||
self.remote.set_account_seq("alice", self.remote.account_seq("alice")-1);
|
||||
callback('temBAD_LIMIT' !== m.result);
|
||||
})
|
||||
.submit();
|
||||
|
||||
Reference in New Issue
Block a user