Skip to content

Commit 14c5f2c

Browse files
committed
Cleanup
1 parent ed3d782 commit 14c5f2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/networks/known_networks.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,7 @@ func SetNetworks(networkCfg config.NetworkConfig) ([]blockchain.EVMNetwork, erro
11031103
}
11041104
// if network is not simulated or forked, use the rpc urls and wallet keys from config
11051105
if !strings.Contains(networkName, "SIMULATED") && !forked {
1106-
var ok bool
1107-
var wsOk, httpOk bool
1106+
var ok, wsOk, httpOk bool
11081107
// Check for WS URLs
11091108
wsUrls, wsOk = networkCfg.RpcWsUrls[selectedNetworks[i]]
11101109
// Check for HTTP URLs

0 commit comments

Comments
 (0)