File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 4141// This error is returned when a typed receipt is decoded, but the string is empty.
4242var 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-
4744const (
4845 // ReceiptStatusFailed is the status code of a transaction if execution failed.
4946 ReceiptStatusFailed = uint64 (0 )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments