Skip to content

Commit

Permalink
Update tx_broadcaster.go
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor authored Feb 6, 2024
1 parent 14ebc5e commit 2341bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/tx/tx_broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (b *Broadcaster) SignAndBroadcast(ctx context.Context, msgs []sdk.Msg) (txH

// Attempt to sign and broadcast
broadcastResult, broadcastErr := b.wrapped.signAndBroadcast(ctx, msgs)
b.logger.Debug().Err(broadcastErr).Str("broadcast_result", broadcastResult.String()).Msg("broadcaster::recevied from signAndBroadcast")
b.logger.Debug().Err(broadcastErr).Str("broadcast_result", broadcastResult.String()).Msg("broadcaster::received from signAndBroadcast")
if broadcastErr != nil {
return "", broadcastErr
}
Expand Down

0 comments on commit 2341bca

Please sign in to comment.