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 e3ff284 commit 1f93bd4Copy full SHA for 1f93bd4
core/types/receipt.go
@@ -41,9 +41,6 @@ var (
41
// This error is returned when a typed receipt is decoded, but the string is empty.
42
var errEmptyTypedReceipt = errors.New("empty typed receipt bytes")
43
44
-// This error is returned when a typed receipt has an unsupported type
45
-var errRctTypeNotSupported = errors.New("receipt type not supported")
46
-
47
const (
48
// ReceiptStatusFailed is the status code of a transaction if execution failed.
49
ReceiptStatusFailed = uint64(0)
0 commit comments