File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type eventInfo struct {
4848 InputMethod string `json:"inputMethod,omitempty"` // the method invoked, if it matched one of the signatures in the listener definition
4949 InputArgs * fftypes.JSONAny `json:"inputArgs,omitempty"` // the method parameters, if the method matched one of the signatures in the listener definition
5050 InputSigner * ethtypes.Address0xHex `json:"inputSigner,omitempty"` // the signing `from` address of the transaction
51- ChainId string `json:"chainId,omitempty"` // an identifier for the chain this event relates to
51+ ChainID string `json:"chainId,omitempty"` // an identifier for the chain this event relates to
5252}
5353
5454// eventStream is the state we hold in memory for each eventStream
You can’t perform that action at this time.
0 commit comments