mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Update schemas, use schemas for validation, and switch to is-my-json-valid
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user