Remove extraneous timing

This commit is contained in:
wltsmrz
2014-01-13 15:42:55 -08:00
parent 3308e0ea92
commit 43ee82af57

View File

@@ -275,8 +275,6 @@ Transaction.prototype.hash = function(prefix, as_uint256) {
};
Transaction.prototype.sign = function() {
var then = Date.now();
var seed = Seed.from_json(this._secret);
var prev_sig = this.tx_json.TxnSignature;