mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Add ledgerVersion option to getSettings
This commit is contained in:
@@ -133,7 +133,7 @@ describe('RippleAPI', function() {
|
||||
});
|
||||
|
||||
it('getSettings', function(done) {
|
||||
this.api.getSettings(address,
|
||||
this.api.getSettings(address, {},
|
||||
_.partial(checkResult, getSettingsResponse, done));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user