We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faba7c commit 4e3f292Copy full SHA for 4e3f292
blockchain/blockchain.go
@@ -51,7 +51,7 @@ type Reader interface {
51
52
var (
53
ErrParentDoesNotMatchHead = errors.New("block's parent hash does not match head block hash")
54
- supportedStarknetVersion = semver.MustParse("0.13.2")
+ supportedStarknetVersion = semver.MustParse("0.13.3")
55
)
56
57
func checkBlockVersion(protocolVersion string) error {
0 commit comments