1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Remove redundant gas selector file (#7805)

One of these two selectors are in use, which is is another file
92971d3c87/ui/app/selectors/custom-gas.js (L44)
This commit is contained in:
Thomas Huang 2020-01-10 11:11:49 -08:00 committed by GitHub
parent 89e7dc2312
commit f6de94a6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
const selectors = {
getCurrentBlockTime,
getBasicGasEstimateLoadingStatus,
}
export default selectors
function getCurrentBlockTime (state) {
return state.gas.currentBlockTime
}
function getBasicGasEstimateLoadingStatus (state) {
return state.gas.basicEstimateIsLoading
}