Skip to content

Commit 967893c

Browse files
authored
Merge pull request #69 from vulcanize/v1.20.2-statediff-0.0.21
V1.20.2 statediff 0.0.21
2 parents e3ff284 + 044fa97 commit 967893c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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)

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 10 // Minor version component of the current release
2626
VersionPatch = 2 // Patch version component of the current release
27-
VersionMeta = "statediff-0.0.20" // Version metadata to append to the version string
27+
VersionMeta = "statediff-0.0.21" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)