MCPcopy
hub / github.com/canopy-network/canopy / ErrEmptyConsParams

Function ErrEmptyConsParams

fsm/error.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func ErrEmptyConsParams() lib.ErrorI {
120 return lib.NewError(lib.CodeEmptyConsParams, lib.StateMachineModule, "consensus params empty")
121}
122
123func ErrEmptyValParams() lib.ErrorI {
124 return lib.NewError(lib.CodeEmptyValParams, lib.StateMachineModule, "validator params empty")

Callers 1

CheckMethod · 0.85

Calls 1

NewErrorFunction · 0.92

Tested by

no test coverage detected