mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-26 13:40:05 +00:00
0be3044b7e
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
10 lines
113 B
Go
10 lines
113 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/cons/commands"
|
|
)
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|