FIX: time -> blocktime

This commit is contained in:
Overtorment 2021-04-17 00:51:37 +01:00
parent 049ae5de5c
commit 170bf0d120

View File

@ -412,7 +412,7 @@ export class User {
amount: tx.amount,
confirmations: tx.confirmations,
address: tx.address,
time: tx.time,
time: tx.blocktime || tx.time,
});
}
} else {