Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit f327b4e

Browse files
author
plondon
committed
feat(BCH): use v2 export
1 parent 53e4f87 commit f327b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ API.prototype.exportHistory = function (active, currency, options) {
278278
if (options.coinCode === 'btc') {
279279
return this.request('POST', 'v2/export-history', data);
280280
} else {
281-
return this.requestApi(options.coinCode + '/export-history', data);
281+
return this.requestApi(options.coinCode + '/v2/export-history', data);
282282
}
283283
};
284284

0 commit comments

Comments
 (0)