diff --git a/js/hive_support.js b/js/hive_support.js index a80b2d7..c4d0f51 100644 --- a/js/hive_support.js +++ b/js/hive_support.js @@ -18,7 +18,6 @@ var send = function() { if (userAmountSatoshi > 0){ bitcoin.sendMoney(donationAddress, userAmountSatoshi, runAnimations); } - runAnimations(true, null) } var runAnimations = function(success, transaction_id) {