mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Merge pull request #437 from clark800/naming
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