Skip to content

Commit

Permalink
Node/Solana: Fix shim observation message (wormhole-foundation#4249)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley authored Jan 29, 2025
1 parent 65ac0c4 commit 69909aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/watchers/solana/shim.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func (s *SolanaWatcher) shimProcessRest(
zap.Uint64("sequence", observation.Sequence),
zap.Stringer("emitter_chain", observation.EmitterChain),
zap.Stringer("emitter_address", observation.EmitterAddress),
zap.Bool("isReobservation", false),
zap.Bool("isReobservation", observation.IsReobservation),
zap.Binary("payload", observation.Payload),
zap.Uint8("consistency_level", observation.ConsistencyLevel),
)
Expand Down

0 comments on commit 69909aa

Please sign in to comment.