mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
12 lines
142 B
Go
12 lines
142 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/headers/commands"
|
|
)
|
|
|
|
// generate the messages
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|