Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Jul 11, 2024
1 parent bcb19ae commit 605036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/observer/outbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (ob *Observer) GetTxID(nonce uint64) string {
func (ob *Observer) WatchOutbound(ctx context.Context) error {
app, err := zctx.FromContext(ctx)
if err != nil {
return nil
return errors.Wrap(err, "unable to get app from context")
}

ticker, err := types.NewDynamicTicker("Bitcoin_WatchOutbound", ob.GetChainParams().OutboundTicker)
Expand Down

0 comments on commit 605036f

Please sign in to comment.