Skip to content

Commit

Permalink
Fix Hints type
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodeev committed Nov 6, 2024
1 parent a21c788 commit 5438251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_executables.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type CasmCompiledContractClass struct {
ByteCode []*felt.Felt `json:"bytecode"`
Prime NumAsHex `json:"prime"`
CompilerVersion string `json:"compiler_version"`
Hints Hints `json:"hints"`
Hints []Hints `json:"hints"`
// a list of sizes of segments in the bytecode, each segment is hashed invidually when computing the bytecode hash
BytecodeSegmentLengths []int `json:"bytecode_segment_lengths,omitempty"`
}
Expand Down

0 comments on commit 5438251

Please sign in to comment.