mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
parent
3c4fcaa2ed
commit
d4f4d47cdb
@ -478,7 +478,7 @@ func (d *ERC20TransfersDownloader) blocksFromLogs(parent context.Context, logs [
|
||||
// Double check provider returned the correct log
|
||||
if slices.Contains(d.accounts, from) {
|
||||
address = from
|
||||
} else if !slices.Contains(d.accounts, to) {
|
||||
} else if slices.Contains(d.accounts, to) {
|
||||
address = to
|
||||
} else {
|
||||
log.Error("from/to address mismatch", "log", l, "addresses", d.accounts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user