Skip to content

Commit a1647eb

Browse files
committed
Struct naming conventions
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
1 parent 1e8963d commit a1647eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethereum/event_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)