diff --git a/turbo/shards/events.go b/turbo/shards/events.go index 53a1b19b18c..8f4eb82023b 100644 --- a/turbo/shards/events.go +++ b/turbo/shards/events.go @@ -216,7 +216,7 @@ func (r *RecentLogs) Notify(n *Events, from, to uint64, isUnwind bool) { for _, l := range receipt.Logs { res := &remote.SubscribeLogsReply{ - Address: gointerfaces.ConvertAddressToH160(receipt.ContractAddress), + Address: gointerfaces.ConvertAddressToH160(l.Address), BlockHash: gointerfaces.ConvertHashToH256(receipt.BlockHash), BlockNumber: blockNum, Data: l.Data,