mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
clean -formatting
This commit is contained in:
parent
3417c421c8
commit
53b1334d37
@ -39,9 +39,9 @@ function MetamaskInpageProvider (connectionStream) {
|
|||||||
|
|
||||||
MetamaskInpageProvider.prototype.send = function (payload) {
|
MetamaskInpageProvider.prototype.send = function (payload) {
|
||||||
const self = this
|
const self = this
|
||||||
|
|
||||||
let selectedAddress
|
let selectedAddress
|
||||||
|
let result = null
|
||||||
var result = null
|
|
||||||
switch (payload.method) {
|
switch (payload.method) {
|
||||||
|
|
||||||
case 'eth_accounts':
|
case 'eth_accounts':
|
||||||
|
Loading…
Reference in New Issue
Block a user