FIX: time -> blocktime
This commit is contained in:
parent
049ae5de5c
commit
170bf0d120
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user