Skip to content

Commit

Permalink
Fix Constant Transaction Table Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelotis committed Feb 1, 2018
1 parent 1d33118 commit 136d160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/icons/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function generateHistoryTable(txs, privTxs, override) {

var result = $.grep(combinedTxs, function(e){ return e.time > getLastTX.result.time})
if(result.length > 0){
if(getLastTX.result.vjoinsplit.length > 0){
if(result[0].txid != localStorage.zclLastTX){
localStorage.zclLastTX = result[0].txid;
} else {
generateHistoryTable(txs, privTxs, true);
Expand Down

0 comments on commit 136d160

Please sign in to comment.