mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 16:43: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
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
autoreconf -if --warnings=all
|