mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
622d355f5a
Co-authored-by: giuliorebuffo <giuliorebuffo@system76-pc.localdomain>
10 lines
118 B
Go
10 lines
118 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ledgerwatch/erigon/cmd/lightclient/sentinel"
|
|
)
|
|
|
|
func main() {
|
|
sentinel.Start()
|
|
}
|