Check for ledger gaps in getTransactions

This commit is contained in:
Chris Clark
2015-07-09 14:28:42 -07:00
parent 6a3eb7b9b9
commit 11ca00bb45
11 changed files with 30 additions and 24 deletions

View File

@@ -192,6 +192,6 @@ describe('RippleAPI', function() {
});
it('getLedgerVersion', function() {
assert.strictEqual(this.api.getLedgerVersion(), 8819952);
assert.strictEqual(this.api.getLedgerVersion(), 8819951);
});
});