Merge pull request #410 from clark800/range-check

Check for ledger gaps in getTransactions
This commit is contained in:
Chris Clark
2015-07-09 15:19:33 -07:00
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);
});
});