mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 05:54:08 +00:00
Closes the v1.9.14 CI build failure: pkg/genesis/security_profile_test.go references consensusconfig.StrictPQ()/ProfileStrictPQ which were only introduced when the Lux prefix was dropped from profile identifiers. That symbol first ships in consensus v1.23.25. Also fixes the gofmt drift on builder/builder.go, cmd/genesis/main.go, and pkg/genesis/keys.go that was failing the Test job.