Browse Source

remove console.log

patch-2
Manuel Araoz 11 years ago
committed by MattFaus
parent
commit
7869308784
  1. 1
      test/test.Transaction.js

1
test/test.Transaction.js

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

Loading…
Cancel
Save