Skip to content

Commit 1f93bd4

Browse files
committed
fix issue identified in linting
1 parent e3ff284 commit 1f93bd4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/types/receipt.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ var (
4141
// This error is returned when a typed receipt is decoded, but the string is empty.
4242
var errEmptyTypedReceipt = errors.New("empty typed receipt bytes")
4343

44-
// This error is returned when a typed receipt has an unsupported type
45-
var errRctTypeNotSupported = errors.New("receipt type not supported")
46-
4744
const (
4845
// ReceiptStatusFailed is the status code of a transaction if execution failed.
4946
ReceiptStatusFailed = uint64(0)

0 commit comments

Comments
 (0)