Skip to content

Commit

Permalink
don't use ptr fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Jul 20, 2023
1 parent 0446acf commit c5f738e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nonces.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func GetNonceOffset(ctx context.Context) uint64 {
return 0
}

func (w *Web3Actions) SetNonceOffset(ctx context.Context, offset uint64) context.Context {
func SetNonceOffset(ctx context.Context, offset uint64) context.Context {
ctx = context.WithValue(ctx, NonceOffset, offset)
return ctx
}
Expand Down

0 comments on commit c5f738e

Please sign in to comment.