Merge pull request #1480 from josepfo/fix/enable-cash-in-only-flag

LAM-786 Fix: enable cash-in only flag on gql
This commit is contained in:
Rafael Taranto 2023-01-06 17:45:18 +00:00 committed by GitHub
commit 7ca6531bf7
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 {