Skip to content

Commit

Permalink
Fix speculative result block_hash field (CMW-610)
Browse files Browse the repository at this point in the history
  • Loading branch information
koltsov-iv committed Oct 24, 2023
1 parent ad43e67 commit 89b7716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ type PutDeployResult struct {

type SpeculativeExecResult struct {
ApiVersion string `json:"api_version"`
DeployHash key.Hash `json:"deploy_hash"`
BlockHash key.Hash `json:"block_hash"`
ExecutionResult types.ExecutionResultStatus `json:"execution_result"`
}

Expand Down

0 comments on commit 89b7716

Please sign in to comment.