diff --git a/class/User.js b/class/User.js index a4f8e86..31a149d 100644 --- a/class/User.js +++ b/class/User.js @@ -504,7 +504,7 @@ export class User { * @returns {Promise} */ async accountForPosibleTxids() { - return; // TODO: remove + // return; // TODO: remove let onchain_txs = await this.getTxs(); let imported_txids = await this._redis.lrange('imported_txids_for_' + this._userid, 0, -1); for (let tx of onchain_txs) {