Skip to content

Commit f346ce8

Browse files
omerfirmakwojciechos
authored andcommitted
Bump starknet version (#1083)
1 parent 3af1211 commit f346ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/blockchain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type Reader interface {
4646

4747
var (
4848
ErrParentDoesNotMatchHead = errors.New("block's parent hash does not match head block hash")
49-
supportedStarknetVersion = semver.MustParse("0.12.1")
49+
supportedStarknetVersion = semver.MustParse("0.12.2")
5050
)
5151

5252
func checkBlockVersion(protocolVersion string) error {

0 commit comments

Comments
 (0)