mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
9 lines
90 B
Go
9 lines
90 B
Go
|
package consensusconfig
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed poasokol.json
|
||
|
var Sokol []byte
|