Skip to content

Commit af6fe32

Browse files
committed
Fixed transaction history download twang2218#14
1 parent 7feb68b commit af6fe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class API {
6666
// retrieve post form and key for the given account
6767
return this.web
6868
.get(this.getUrl(account.link))
69-
.then(parser.parseTransactionPage)
69+
.then(parser.parseForm).then(parser.parseAccountListWithKeys)
7070
.then(resp => this.refreshBase(resp))
7171
.then((resp) => {
7272
const acc = Object.assign({}, account, { link: Url.parse(resp.url).path });

0 commit comments

Comments
 (0)