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.
1 parent 7977e87 commit b8b996bCopy full SHA for b8b996b
core/error.go
@@ -181,7 +181,7 @@ func IsValueTransferErr(e error) bool {
181
type BadHashError common.Hash
182
183
func (h BadHashError) Error() string {
184
- return fmt.Sprintf("Found known bad hash in chain %x", h)
+ return fmt.Sprintf("Found known bad hash in chain %x", h[:])
185
}
186
187
func IsBadHashError(err error) bool {
0 commit comments