We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOOPHooks
1 parent 6e09eb3 commit 0fc930aCopy full SHA for 0fc930a
params/hooks.libevm.go
@@ -72,14 +72,17 @@ var _ interface {
72
RulesHooks
73
} = NOOPHooks{}
74
75
+// CheckConfigForkOrder verifies all (otherwise valid) fork orders.
76
func (NOOPHooks) CheckConfigForkOrder() error {
77
return nil
78
}
79
80
+// CheckConfigCompatible verifies all (otherwise valid) new configs.
81
func (NOOPHooks) CheckConfigCompatible(*ChainConfig, *big.Int, uint64) *ConfigCompatError {
82
83
84
85
+// Description returns the empty string.
86
func (NOOPHooks) Description() string {
87
return ""
88
0 commit comments