no longer debug hex output.
This commit is contained in:
parent
58cea89bab
commit
219a513771
@ -336,10 +336,6 @@ function Transaction(data) {
|
|||||||
this.vout = data.vout || [];
|
this.vout = data.vout || [];
|
||||||
this.nLockTime = data.nLockTime || data.locktime || 0;
|
this.nLockTime = data.nLockTime || data.locktime || 0;
|
||||||
|
|
||||||
if (data.hex) {
|
|
||||||
this._hex = data.hex;
|
|
||||||
}
|
|
||||||
|
|
||||||
Object.keys(data).forEach(function(key) {
|
Object.keys(data).forEach(function(key) {
|
||||||
if (!self[key]) {
|
if (!self[key]) {
|
||||||
self[key] = data[key];
|
self[key] = data[key];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user