mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Rename "incoming"/"outgoing" to "initiated"
This commit is contained in:
@@ -128,7 +128,7 @@ describe('RippleAPI', function() {
|
||||
});
|
||||
|
||||
it('getTransactions', function(done) {
|
||||
const options = {types: ['payment', 'order'], outgoing: true, limit: 2};
|
||||
const options = {types: ['payment', 'order'], initiated: true, limit: 2};
|
||||
this.api.getTransactions(address, options,
|
||||
_.partial(checkResult, responses.getTransactions, done));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user