fix callback in sent
This commit is contained in:
parent
342b9bd937
commit
7f20106d71
6 changed files with 27 additions and 18 deletions
|
|
@ -32,8 +32,8 @@ TxProposal.prototype.toObj = function() {
|
|||
|
||||
|
||||
TxProposal.prototype.setSent = function(sentTxid) {
|
||||
this.sentTxid = txid;
|
||||
this.sentTs = Date.now();;
|
||||
this.sentTxid = sentTxid;
|
||||
this.sentTs = Date.now();
|
||||
};
|
||||
|
||||
TxProposal.fromObj = function(o) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue