diff --git a/helper/call.go b/helper/call.go index dca52becea..5f9b01a608 100644 --- a/helper/call.go +++ b/helper/call.go @@ -622,7 +622,7 @@ func (c *ContractCaller) DecodeValidatorStakeUpdateEvent(contractAddress common. ) for _, vLog := range receipt.Logs { - if uint64(vLog.Index) == logIndex && bytes.Equal(vLog.Address.Bytes(), contractAddress.Bytes()) { + if uint64(vLog.Index) == logIndex { found = true if err := UnpackLog(&c.StakingInfoABI, event, stakeUpdateEvent, vLog); err != nil {