1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove unused getUsePhishDetect selector (#8515)

This commit is contained in:
Whymarrh Whitby 2020-05-05 15:30:04 -02:30 committed by GitHub
parent 0a584a3a0e
commit 28af32a84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,10 +293,6 @@ export function getUseNonceField (state) {
return Boolean(state.metamask.useNonceField)
}
export function getUsePhishDetect (state) {
return Boolean(state.metamask.usePhishDetect)
}
export function getCustomNonceValue (state) {
return String(state.metamask.customNonceValue)
}