Skip to content

Commit

Permalink
fix some logs/comments due to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Aug 23, 2024
1 parent 8c8e675 commit 7c0c232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zetaclient/chains/evm/observer/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ func (ob *Observer) ObserverTSSReceive(ctx context.Context, startBlock, toBlock
Err(err).
Int64("tss.chain_id", chainID).
Uint64("tss.block_number", bn).
Msg("ObserverTSSReceive: unable to ObserveTSSReceiveInBlockAndOutTx")
Msg("ObserverTSSReceive: unable to ObserveTSSReceiveInBlockAndOutbound")

Check warning on line 455 in zetaclient/chains/evm/observer/inbound.go

View check run for this annotation

Codecov / codecov/patch

zetaclient/chains/evm/observer/inbound.go#L455

Added line #L455 was not covered by tests

// we have to re-scan from this block next time
return bn - 1, nil
Expand Down Expand Up @@ -770,7 +770,7 @@ func (ob *Observer) BuildInboundVoteMsgForTokenSentToTSS(
)
}

// ObserveTSSReceiveInBlockAndOutTx 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
func (ob *Observer) ObserveTSSReceiveInBlockAndOutbound(ctx context.Context, blockNumber uint64) error {
block, err := ob.GetBlockByNumberCached(blockNumber)
if err != nil {
Expand Down

0 comments on commit 7c0c232

Please sign in to comment.