signMessage on message
This commit is contained in:
parent
cdc80e94eb
commit
8339cd7298
7 changed files with 459 additions and 328 deletions
|
|
@ -105,6 +105,11 @@ TxProposals.prototype.add = function(txp) {
|
|||
};
|
||||
|
||||
|
||||
TxProposals.prototype.exist = function(ntxid) {
|
||||
return this.txps[ntxid] ? true : false;
|
||||
};
|
||||
|
||||
|
||||
TxProposals.prototype.get = function(ntxid) {
|
||||
var ret = this.txps[ntxid];
|
||||
if (!ret)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue