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

Commit

Permalink
Fix destination tag type issue. Fixes #1067.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Sep 27, 2013
1 parent 5d6781c commit f106d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ SendTab.prototype.angular = function (module)

if (!$scope.send.bitcoin) {
// Destination tag
tx.destination_tag(dt);
tx.destination_tag(+dt);

tx.payment($id.account, addr, amount.to_json());
} else {
Expand Down

0 comments on commit f106d4b

Please sign in to comment.