We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d275de commit 67aad97Copy full SHA for 67aad97
packages/network-controller/src/NetworkController.ts
@@ -1568,8 +1568,7 @@ export class NetworkController extends BaseController<
1568
*
1569
* @param networkClientId - The ID of the network client to inspect.
1570
* If no ID is provided, uses the currently selected network.
1571
- * @returns The resulting metadata for the network, or null if the network is
1572
- * switched while the latest block is being fetched.
+ * @returns The resulting metadata for the network.
1573
*/
1574
async #determineNetworkMetadata(networkClientId: NetworkClientId) {
1575
// Force TypeScript to use one of the two overloads explicitly
0 commit comments