Skip to content

Commit

Permalink
chore: better log message
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jan 16, 2024
1 parent 1b704c4 commit 01ccb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/blobstreamx-monitor/watch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ func Command() *cobra.Command {

logger.Info("starting watcher", "rpc", config.EVMRPC, "address", config.ContractAddress)
for {
logger.Debug("waiting for new transactions...")
select {
case <-ctx.Done():
return ctx.Err()
Expand Down

0 comments on commit 01ccb2c

Please sign in to comment.