forked from mirror/go-ethereum
params: remove dependency on crypto (#22788)
* params: remove dependency on crypto Package params should not depend on package crypto because building crypto requires cgo. Since build/ci.go needs package params to get the go-ethereum version number, C code must be compiled in order to run the build tool, which is annoying for certain cross-compilation setups. * params: add SectionHeadrevert-23120-drop-eth-65
parent
ca9c576e62
commit
afb097eda8
Loading…
Reference in new issue