no longer debug hex output.

This commit is contained in:
Christopher Jeffrey 2014-09-25 14:12:43 -07:00
parent 58cea89bab
commit 219a513771
1 changed files with 0 additions and 4 deletions

View File

@ -336,10 +336,6 @@ function Transaction(data) {
this.vout = data.vout || [];
this.nLockTime = data.nLockTime || data.locktime || 0;
if (data.hex) {
this._hex = data.hex;
}
Object.keys(data).forEach(function(key) {
if (!self[key]) {
self[key] = data[key];