diff --git a/lib/Sync.js b/lib/Sync.js index d46e818c..5d7d7442 100644 --- a/lib/Sync.js +++ b/lib/Sync.js @@ -125,13 +125,15 @@ console.log('[Sync.js.109] WARN: Reach reog depth limit'); //TODO Sync.prototype.storeTxs = function(txs, cb) { var self = this; - // TODO + // TODO -- Peertopeer + /* self.txDb.createFromTxs(txs, function(err, inserted_txs, updated_addrs) { if (err) return cb(err); self._handleBroadcast(null, inserted_txs, updated_addrs); return cb(err); }); + */ }; return Sync; }