We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db2b17 commit 47cfc03Copy full SHA for 47cfc03
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21-alpine as bsc
+FROM golang:1.23-alpine as bsc
2
3
RUN apk add --no-cache make cmake gcc musl-dev linux-headers git bash build-base libc-dev
4
eth/tracers/dir.go
@@ -39,7 +39,7 @@ type Context struct {
39
// stop tracing.
40
type Tracer struct {
41
*tracing.Hooks
42
- GetResult func() (json.RawMessage, error)
+ GetResult func() (json.RawMessage, error)
43
// Stop terminates execution of the tracer at the first opportune moment.
44
Stop func(err error)
45
}
0 commit comments