Сравнить коммиты
1
Коммитов
| Автор | SHA1 | Дата | |
|---|---|---|---|
|
|
868f7a6ff8 |
@@ -187,7 +187,9 @@ function renderTransactions(txs) {
|
||||
let i = 0;
|
||||
for (const tx of txs) {
|
||||
const counterparty =
|
||||
tx.direction === "sent" || tx.direction === "contract"
|
||||
tx.direction === "contract"
|
||||
? tx.from
|
||||
: tx.direction === "sent"
|
||||
? tx.to
|
||||
: tx.from;
|
||||
const ensName = ensNameMap.get(counterparty) || null;
|
||||
|
||||
Ссылка в новой задаче
Block a user