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.
2 parents 7977e87 + b8b996b commit 9b94076Copy full SHA for 9b94076
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