Skip to content

Commit ce04f0e

Browse files
docs: fix incorrect reference on godoc (#191)
updates the comment for the `NewRPCChainProvider` function, replacing the incorrect reference to `SimChainProvider`.
1 parent 8c6b0eb commit ce04f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/evm/provider/rpc_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type RPCChainProvider struct {
6464
chain *evm.Chain
6565
}
6666

67-
// NewSimChainProvider creates a new SimChainProvider with the given selector and configuration.
67+
// NewRPCChainProvider creates a new RPCChainProvider with the given selector and configuration.
6868
func NewRPCChainProvider(
6969
selector uint64, config RPCChainProviderConfig,
7070
) *RPCChainProvider {

0 commit comments

Comments
 (0)