Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu committed Dec 9, 2024
1 parent 29903ae commit 2cd49ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testnet/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func (t *Testnet) GetGenesisValidators() []genesis.Validator {

// RemoteRPCEndpoints retrieves the RPC endpoint addresses of the testnet's
// validator nodes.
func (t *Testnet) RemoteRPCEndpoints(ctx context.Context) ([]string, error) {
func (t *Testnet) RemoteRPCEndpoints() ([]string, error) {
rpcEndpoints := make([]string, len(t.nodes))
for idx, node := range t.nodes {
grpcEP, err := node.RemoteAddressRPC()
Expand Down

0 comments on commit 2cd49ff

Please sign in to comment.