We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af1211 commit f346ce8Copy full SHA for f346ce8
blockchain/blockchain.go
@@ -46,7 +46,7 @@ type Reader interface {
46
47
var (
48
ErrParentDoesNotMatchHead = errors.New("block's parent hash does not match head block hash")
49
- supportedStarknetVersion = semver.MustParse("0.12.1")
+ supportedStarknetVersion = semver.MustParse("0.12.2")
50
)
51
52
func checkBlockVersion(protocolVersion string) error {
0 commit comments