mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix for linting
This commit is contained in:
parent
aace26c4bd
commit
35232c5e29
@ -380,7 +380,7 @@ module.exports = class MetamaskController {
|
||||
}
|
||||
|
||||
setGasMultiplier (gasMultiplier, cb) {
|
||||
try{
|
||||
try {
|
||||
this.configManager.setGasMultiplier(gasMultiplier)
|
||||
cb()
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user