Browse Source

Transaction: remove untested (and broken) functionality

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
8c5c0a13a6
  1. 4
      src/transaction.js

4
src/transaction.js

@ -21,10 +21,6 @@ function Transaction(doc) {
this.outs = []
if (doc) {
if (typeof doc == "string" || Array.isArray(doc)) {
doc = Transaction.fromBuffer(doc)
}
if (doc.hash) this.hash = doc.hash;
if (doc.version) this.version = doc.version;
if (doc.locktime) this.locktime = doc.locktime;

Loading…
Cancel
Save