Transaction: remove untested (and broken) functionality

This commit is contained in:
Daniel Cousens 2014-06-14 10:22:00 +10:00
parent ee66c41dd4
commit 8c5c0a13a6

View file

@ -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;