Skip to content

Commit

Permalink
Update zetaclient/chains/evm/observer/inbound.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
brewmaster012 and ws4charlie authored Aug 23, 2024
1 parent 7c0c232 commit c140c4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zetaclient/chains/evm/observer/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ func (ob *Observer) BuildInboundVoteMsgForTokenSentToTSS(
)
}

// ObserveTSSReceiveInBlockAndOutbound queries the incoming gas asset to TSS address in a single block and posts votes
// ObserveTSSReceiveInBlockAndOutbound queries the incoming gas asset to TSS address in a single block and posts votes.
// It also filters TSS outbounds indexed by nonce to supplement outtx tracker.
func (ob *Observer) ObserveTSSReceiveInBlockAndOutbound(ctx context.Context, blockNumber uint64) error {
block, err := ob.GetBlockByNumberCached(blockNumber)
if err != nil {
Expand Down

0 comments on commit c140c4e

Please sign in to comment.