Skip to content

Commit

Permalink
Update coinbin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Khang Aung authored Nov 18, 2019
1 parent d189727 commit 84c3b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/coinbin.js
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ $(document).ready(function() {
} else if(host=='cpuchain'){
listUnspentCPUchain(redeem);
} else {
listUnspentCPUchain(redeem);
listUnspentDefault(redeem);
}

if($("#redeemFromStatus").hasClass("hidden")) {
Expand Down Expand Up @@ -2033,7 +2033,7 @@ $(document).ready(function() {
});
} else {
$("#rawSubmitBtn").click(function(){
rawSubmitCPUchain(this); // revert to default
rawSubmitDefault(this); // revert to default
});
}
}
Expand Down

0 comments on commit 84c3b10

Please sign in to comment.