Skip to content

Commit

Permalink
fix log param
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-nguy committed Jun 9, 2022
1 parent 5b83554 commit 01eae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/cronos/keeper/evm_log_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (h CancelSendToChainHandler) Handle(
data []byte,
_ func(contractAddress common.Address, logSig common.Hash, logData []byte)) error {
if h.gravitySrv == nil {
return fmt.Errorf("native action %s is not implemented", SendToChainEventName)
return fmt.Errorf("native action %s is not implemented", CancelSendToChainEventName)
}

unpacked, err := CancelSendToChainEvent.Inputs.Unpack(data)
Expand Down

0 comments on commit 01eae9e

Please sign in to comment.