remove console.log

This commit is contained in:
Manuel Araoz 2014-03-20 11:20:51 -03:00 committed by MattFaus
parent 7097ace9dc
commit 7869308784
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function parse_test_transaction(entry) {
'index': index,
'scriptPubKey': scriptPubKey
});
});
var raw = new Buffer(entry[1], 'hex');