Transaction.js: removed confusing this.class assignment in file scope
This commit is contained in:
parent
8c5dd597f0
commit
2d9afbd635
|
@ -125,7 +125,6 @@ function Transaction(data) {
|
|||
}) : [];
|
||||
if (data.buffer) this._buffer = data.buffer;
|
||||
};
|
||||
this.class = Transaction;
|
||||
Transaction.In = TransactionIn;
|
||||
Transaction.Out = TransactionOut;
|
||||
|
||||
|
|
Loading…
Reference in New Issue