Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from ryo-currency/0.1.2-hotfix
Browse files Browse the repository at this point in the history
hotfix for wallet syncing/unlock issue
  • Loading branch information
mosu-forge committed Jun 19, 2018
2 parents 63b9267 + e25de5b commit 92b483f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
.addClass('progress-bar-warning')
.removeClass('progress-bar-success')
.removeClass('progress-bar-danger');
disable_buttons(true);
disable_buttons(false);
}
progress_bar.css("width", "100%");
progress_bar.attr("aria-valuenow", 100);
Expand Down Expand Up @@ -739,7 +739,7 @@
}
}
disable_buttons(sync_pct < 100);
disable_buttons(false);
if(current_balance != wallet_info['balance']){
balance_span.delay(100).fadeOut(function(){
Expand Down Expand Up @@ -1075,7 +1075,7 @@
current_tx_history_page = 1;
sync_pct = 0;
is_ready = false;
//show_app_progress("Loading wallet... This can take time. Be patient!");
receive_address = $('#receive_address');
Expand Down

0 comments on commit 92b483f

Please sign in to comment.