remove old methods
This commit is contained in:
parent
03b4d16473
commit
d8e564b031
1 changed files with 0 additions and 13 deletions
|
|
@ -168,19 +168,6 @@ TxProposals.prototype.toObj = function(onlyThisNtxid) {
|
|||
};
|
||||
};
|
||||
|
||||
TxProposals.prototype._startMerge = function(inTxp) {
|
||||
return {
|
||||
events: events
|
||||
};
|
||||
};
|
||||
|
||||
TxProposals.prototype._mergeBuilder = function(myTxps, theirTxps, mergeInfo) {
|
||||
var toMerge = mergeInfo.toMerge;
|
||||
|
||||
for (var ntxid in toMerge) {}
|
||||
|
||||
};
|
||||
|
||||
TxProposals.prototype.merge = function(inTxp) {
|
||||
var myTxps = this.txps;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue