Skip to content

Commit

Permalink
Update RPC v0.7 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Dec 18, 2024
1 parent 183f7a7 commit 0b11ce6
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 @@ -490,7 +490,7 @@ func (h *Handler) MethodsV0_7() ([]jsonrpc.Method, string) { //nolint: funlen
{
Name: "starknet_estimateMessageFee",
Params: []jsonrpc.Parameter{{Name: "message"}, {Name: "block_id"}},
Handler: h.EstimateMessageFee,
Handler: h.EstimateMessageFeeV0_7,
},
{
Name: "starknet_traceTransaction",
Expand Down

0 comments on commit 0b11ce6

Please sign in to comment.