Skip to content

Commit

Permalink
Fix spec version for 0_7 endpoint (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Oct 24, 2024
1 parent 00ac988 commit 8ca9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (h *Handler) MethodsV0_7() ([]jsonrpc.Method, string) { //nolint: funlen, d
},
{
Name: "starknet_specVersion",
Handler: h.SpecVersion,
Handler: h.SpecVersionV0_7,
},
{
Name: "juno_subscribeNewHeads",
Expand Down

0 comments on commit 8ca9307

Please sign in to comment.