Update schemas, use schemas for validation, and switch to is-my-json-valid

This commit is contained in:
Chris Clark
2015-05-28 18:15:32 -07:00
parent 62b5953abe
commit 908e306f04
52 changed files with 586 additions and 1278 deletions

View File

@@ -11,7 +11,7 @@ describe('RippleAPI', function() {
afterEach(setupAPI.teardown);
it('preparePayment', function(done) {
const instructions = {lastLedgerOffset: 100};
const instructions = {maxLedgerVersionOffset: 100};
this.api.preparePayment(address, paymentSpecification, instructions,
(error, response) => {
if (error) {