mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Emit 'signed' event when transaction is resigned
This commit is contained in:
@@ -296,6 +296,8 @@ Transaction.prototype.sign = function() {
|
|||||||
this.tx_json.TxnSignature = hex;
|
this.tx_json.TxnSignature = hex;
|
||||||
this.previousSigningHash = hash;
|
this.previousSigningHash = hash;
|
||||||
|
|
||||||
|
this.emit('signed', this.hash());
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user