Skip to content

Commit

Permalink
Code review rework
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Jan 27, 2025
1 parent 43836aa commit b2c9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/watchers/solana/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func (s *SolanaWatcher) Run(ctx context.Context) error {
zap.String("wsUrl", wsUrl),
zap.String("contract", contractAddr),
zap.String("rawContract", s.rawContract),
zap.String("shimContractAddr", s.shimContractStr),
zap.String("shimContract", s.shimContractStr),
)

logger.Info("Solana watcher connecting to RPC node ", zap.String("url", s.rpcUrl))
Expand Down

0 comments on commit b2c9ac6

Please sign in to comment.