Skip to content

Commit

Permalink
Fix web3_clientVersion method
Browse files Browse the repository at this point in the history
This method was accidentally broken with the introduction of the
permissions controller, as this was missing from the list of safe
methods.

It is now included in the list of safe methods.

Fixes #8993
  • Loading branch information
Gudahtt committed Jul 15, 2020
1 parent f46dda0 commit 1d56b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/controllers/permissions/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const LOG_LIMIT = 100

export const SAFE_METHODS = [
'web3_sha3',
'web3_clientVersion',
'net_listening',
'net_peerCount',
'net_version',
Expand Down

0 comments on commit 1d56b04

Please sign in to comment.