Skip to content

Commit b514ea4

Browse files
authored
chore: fix inconsistent function name in comment (#286)
Signed-off-by: deepdring <[email protected]>
1 parent 6458568 commit b514ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/relayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Options struct {
1313
JWTAuthToken string
1414
}
1515

16-
// NewRpcRelayer creates a new Sequence Relayer client instance. See https://docs.sequence.xyz for a list of
16+
// NewRelayer creates a new Sequence Relayer client instance. See https://docs.sequence.xyz for a list of
1717
// relayer urls, and please see https://sequence.build to get a `projectAccessKey`.
1818
func NewRelayer(relayerURL string, projectAccessKey string, options ...Options) proto.RelayerClient {
1919
opts := Options{}

0 commit comments

Comments
 (0)