mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +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.previousSigningHash = hash;
|
||||
|
||||
this.emit('signed', this.hash());
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user