Fix onchain txs not being accounted for
This commit is contained in:
parent
9563cb9714
commit
947c7f7056
@ -504,7 +504,7 @@ export class User {
|
|||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
async accountForPosibleTxids() {
|
async accountForPosibleTxids() {
|
||||||
return; // TODO: remove
|
// return; // TODO: remove
|
||||||
let onchain_txs = await this.getTxs();
|
let onchain_txs = await this.getTxs();
|
||||||
let imported_txids = await this._redis.lrange('imported_txids_for_' + this._userid, 0, -1);
|
let imported_txids = await this._redis.lrange('imported_txids_for_' + this._userid, 0, -1);
|
||||||
for (let tx of onchain_txs) {
|
for (let tx of onchain_txs) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user