Skip to content

Commit

Permalink
update L1Messages property type
Browse files Browse the repository at this point in the history
  • Loading branch information
cicr99 committed Oct 25, 2023
1 parent 58746db commit bf91fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/types_trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type FnInvocation struct {
InvocationEvents []OrderedEvent `json:"events"`

// The messages sent by this invocation to L1
L1Messages []MsgToL1 `json:"messages"`
L1Messages []OrderedMsg `json:"messages"`
}

// A single pair of transaction hash and corresponding trace
Expand Down

0 comments on commit bf91fe2

Please sign in to comment.