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

Commit

Permalink
Send: Ripple URI pathfinding bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpoet committed Nov 25, 2013
1 parent 4bf2e9c commit 0044c91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/tabs/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ SendTab.prototype.angular = function (module)
if (!ripple.UInt160.is_valid(recipient)) {
return;
}
// Recipient + currency
var recu = recipient.length + "|" + recipient + currency;
if (send.last_recu === recu) return;
send.last_recu = recu;

$scope.update_amount();
};
Expand Down

0 comments on commit 0044c91

Please sign in to comment.