Skip to content

Commit

Permalink
added comment for the return values of function ParseAndCheckZetaEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Apr 15, 2024
1 parent 97efdb6 commit 6c1685b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zetaclient/evm/outbounds.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func (ob *ChainClient) IsOutboundProcessed(cctx *crosschaintypes.CrossChainTx, l
}

// ParseAndCheckZetaEvent parses and checks ZetaReceived/ZetaReverted event from the outtx receipt
// It either returns an ZetaReceived or an ZetaReverted event, or an error if no event found
func ParseAndCheckZetaEvent(
cctx *crosschaintypes.CrossChainTx,
receipt *ethtypes.Receipt,
Expand Down

0 comments on commit 6c1685b

Please sign in to comment.