mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-27 23:55:49 +00:00
Remove extraneous timing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user