Fix onchain txs not being accounted for

This commit is contained in:
Basti 2022-03-01 21:52:59 -06:00
parent 9563cb9714
commit 947c7f7056
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -504,7 +504,7 @@ export class User {
* @returns {Promise<void>}
*/
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) {