Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Trust: Listen to proposed instead of success.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Sep 27, 2013
1 parent 569ad41 commit 694248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/trust.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ TrustTab.prototype.angular = function (module)
var tx = $network.remote.transaction();
tx
.ripple_line_set($id.account, amount)
.on('success', function(res){
.on('proposed', function(res){
$scope.$apply(function () {
setEngineStatus(res, false);
$scope.granted(tx.hash);
Expand Down

0 comments on commit 694248a

Please sign in to comment.