Update cmd/geth/main.go

This commit is contained in:
jwasinger 2025-05-28 10:41:29 +08:00 committed by GitHub
parent 8cf4a0074b
commit 38f7849f95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -340,7 +340,6 @@ func geth(ctx *cli.Context) error {
}
prepare(ctx)
stack := makeFullNode(ctx)
defer stack.Close()