mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 00:23:46 +00:00
* Revert "Substitute secp256k1 library for the L1 version (#22)"
This reverts commit 59df2d7ebb.
* goimports -local github.com/scroll-tech/go-ethereum -w .
* go mod tidy
8 lines
222 B
Go
8 lines
222 B
Go
//go:build dummy
|
|
// +build dummy
|
|
|
|
// Package c contains only a C file.
|
|
//
|
|
// This Go file is part of a workaround for `go mod vendor`.
|
|
// Please see the file crypto/secp256k1/dummy.go for more information.
|
|
package include
|