:wq
q
This commit is contained in:
Sara Reynolds 2018-06-28 16:32:49 -07:00 committed by Sara Reynolds
parent 7d882fe491
commit d3c64358c5
1 changed files with 0 additions and 10 deletions

View File

@ -17,8 +17,6 @@ const selectors = {
accountsWithSendEtherInfoSelector,
getCurrentAccountWithSendEtherInfo,
getGasIsLoading,
getGasPrice,
getGasLimit,
getForceGasMin,
getAddressBook,
getSendFrom,
@ -122,14 +120,6 @@ function getGasIsLoading (state) {
return state.appState.gasIsLoading
}
function getGasPrice (state) {
return state.metamask.send.gasPrice
}
function getGasLimit (state) {
return state.metamask.send.gasLimit
}
function getForceGasMin (state) {
return state.metamask.send.forceGasMin
}