chore: revert getCryptoUnits change
This commit is contained in:
parent
65b8491354
commit
abacba19b9
1 changed files with 1 additions and 4 deletions
|
|
@ -151,10 +151,7 @@ const getCryptosFromWalletNamespace = config => {
|
||||||
|
|
||||||
const getCashInSettings = config => fromNamespace(namespaces.CASH_IN)(config)
|
const getCashInSettings = config => fromNamespace(namespaces.CASH_IN)(config)
|
||||||
|
|
||||||
const getCryptoUnits = (crypto, config) => {
|
const getCryptoUnits = (crypto, config) => getWalletSettings(crypto, config).cryptoUnits
|
||||||
const walletSettings = getWalletSettings(crypto, config)
|
|
||||||
return walletSettings.cryptoUnits
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
getWalletSettings,
|
getWalletSettings,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue