Skip to content

Commit

Permalink
balance fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed Jul 10, 2018
1 parent 9b4f4ee commit f85353e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ function UpdateBalance() {
console.log("Updating "+configs.coin+" Balance.");
if(isBitcoin()) {
CryptoBalance(configs.address).then(function(balance) {
BalanceText(balance);
// BalanceText(balance);
resolve(balance);
}).catch(function(e) {
reject(e.responseText);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinapp",
"version": "0.0.32",
"version": "0.0.33",
"description": "A Simple Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin",
"author": "Hunter Long <info@socialeck.com>",
"main": "main.js",
Expand Down

0 comments on commit f85353e

Please sign in to comment.