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:
parent
89e7dc2312
commit
f6de94a6e5
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user