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.
hookstest.Stub.Description
1 parent 9be23e3 commit de2d302Copy full SHA for de2d302
libevm/hookstest/stub.go
@@ -73,7 +73,7 @@ func (s Stub) CheckConfigCompatible(newcfg *params.ChainConfig, headNumber *big.
73
return nil
74
}
75
76
-// Description returns s.DescriptionValue.
+// Description returns s.DescriptionSuffix.
77
func (s Stub) Description() string {
78
return s.DescriptionSuffix
79
0 commit comments