Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Fix trustlines
Browse files Browse the repository at this point in the history
  • Loading branch information
johansten committed May 17, 2017
1 parent 9d33b1a commit 29ed5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

this.account.horizon()
.loadAccount(this.account.id)
.then(this.createTransaction)
.then(res => this.createTransaction(res))
.then(this.Reviewer.review)
.then(this.account.refresh)
.then(() => this.$location.path('/'));
Expand Down

0 comments on commit 29ed5e4

Please sign in to comment.