mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
0be3044b7e
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
10 lines
114 B
Go
10 lines
114 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/state/commands"
|
|
)
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|