Skip to content
Snippets Groups Projects
Commit f7be9f20 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

JSHint

parent 7afc507c
No related branches found
No related tags found
No related merge requests found
...@@ -119,8 +119,7 @@ Block.prototype.parseTransactions = function(transactions) { ...@@ -119,8 +119,7 @@ Block.prototype.parseTransactions = function(transactions) {
}, []); }, []);
// Special cas for TX to himself // Special cas for TX to himself
if (!obj.error && obj.outputs.length == 0) { if (!obj.error && !obj.outputs.length) {
console.log('OKOKOK');
obj.toHimself = true; obj.toHimself = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment