Skip to content

Commit

Permalink
Remove getNetworkByClientId API callback
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Mar 12, 2024
1 parent 1d47a88 commit 5c99b14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2964,9 +2964,6 @@ export default class MetamaskController extends EventEmitter {
this.networkController.getNetworkConfigurationByNetworkClientId.bind(
this.networkController,
),
getNetworkClientById: this.networkController.getNetworkClientById.bind(
this.networkController,
),
// PreferencesController
setSelectedAddress: (address) => {
const account = this.accountsController.getAccountByAddress(address);
Expand Down

0 comments on commit 5c99b14

Please sign in to comment.