fix: enable cash-in only flag on gql

This commit is contained in:
josepfo 2023-01-05 15:54:54 +00:00
parent ab09f0889a
commit f46c7870a9
2 changed files with 3 additions and 1 deletions

View file

@ -91,7 +91,8 @@ const staticConfig = ({ currentConfigVersion, deviceId, deviceName, pq, settings
'cryptoNetwork', 'cryptoNetwork',
'cryptoUnits', 'cryptoUnits',
'display', 'display',
'minimumTx' 'minimumTx',
'isCashInOnly'
])) ]))
const staticConf = _.flow( const staticConf = _.flow(

View file

@ -10,6 +10,7 @@ type Coin {
cryptoNetwork: String! cryptoNetwork: String!
cryptoUnits: String! cryptoUnits: String!
batchable: Boolean! batchable: Boolean!
isCashInOnly: Boolean!
} }
type LocaleInfo { type LocaleInfo {